diff --git a/blog/posts/guide_how_to_automount_drives_on_boot_in_linux/index.html b/blog/posts/guide_how_to_automount_drives_on_boot_in_linux/index.html index 68bbf2f..b5c2229 100644 --- a/blog/posts/guide_how_to_automount_drives_on_boot_in_linux/index.html +++ b/blog/posts/guide_how_to_automount_drives_on_boot_in_linux/index.html @@ -39,7 +39,7 @@

This information tells your system which partitions should be mounted and at which locations to mount them, as well as some other settings. We don't need to worry about most of it, though. Simply append a line for your partition to the file:

/etc/fstab - #imagine the contents of your fstab file here + #imagine the contents of your fstab file here
UUID=YOUR_UUID /path/to/mountpoint YOUR_TYPE defaults 0 0

For example, here's the entry I added for one of my drives: