Skip to content

Commit

Permalink
Fix typo in external-storage.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
amandingwani authored Apr 26, 2024
1 parent a10ee3e commit f10e864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Add the following line in the `fstab` file:

[source,console]
----
$ UID=5C24-1453 /mnt/mydisk fstype defaults,auto,users,rw,nofail 0 0
$ UUID=5C24-1453 /mnt/mydisk fstype defaults,auto,users,rw,nofail 0 0
----

Replace `fstype` with the type of your file system, which you found when you went through the steps above, for example: `ntfs`.
Expand Down

0 comments on commit f10e864

Please sign in to comment.