diff options
-rw-r--r-- | share/fstab | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/fstab b/share/fstab index a579fb10..10b8d757 100644 --- a/share/fstab +++ b/share/fstab @@ -1,10 +1,11 @@ # /etc/fstab: static file system information. -# The root filesystem should have a pass number of either 0 or 1. -# All other filesystems should have a pass number of 0 or greater than 1. # # See the manpage fstab(5) for more information. # # +# NOTE: The root filesystem should have a pass number of either 0 or 1. +# All other filesystems should have a pass number of 0 or greater than 1. +# # NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3 # filesystems. This just tells the kernel to use the ext4 driver. # |