Skip to content

Commit

Permalink
Merge pull request #3598 from amandingwani/develop
Browse files Browse the repository at this point in the history
Fix typo in external-storage.adoc
  • Loading branch information
nathan-contino authored Apr 26, 2024
2 parents a10ee3e + f10e864 commit 491eb5f
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 491eb5f

Please sign in to comment.