Skip to content

Commit

Permalink
I freaking love fixing typos!
Browse files Browse the repository at this point in the history
  • Loading branch information
Shendisx committed Nov 29, 2024
1 parent e952141 commit 2d1bdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/configuration/automount_with_fstab.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ UUID=08A24E90A24E81E4 /media/windows ntfs3 defaults,nofail 0 0
```
The break down of this entry is as follows:

- `UUID=08A24E90A24E81E4` This is the file system we want to mount, indentified by its UUID. There are other methods to identify your filesystem, though UUID tends to be safest. Additional methods listed [here](https://wiki.archlinux.org/title/Fstab#Identifying_file_systems).
- `UUID=08A24E90A24E81E4` This is the file system we want to mount, identified by its UUID. There are other methods to identify your filesystem, though UUID tends to be safest. Additional methods listed [here](https://wiki.archlinux.org/title/Fstab#Identifying_file_systems).

- `/media/windows` The [Linux Filesystem Hierarchy Standard](https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html) says that `/media/` is the proper location for removable drives to be mounted. `windows` indicates the directory we wish to mount our drive to. Each drive we want to mount will need its own directory.

Expand Down

0 comments on commit 2d1bdc3

Please sign in to comment.