summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/fstab11
1 files changed, 2 insertions, 9 deletions
diff --git a/share/fstab b/share/fstab
index 62dd22e5..7fd7852e 100644
--- a/share/fstab
+++ b/share/fstab
@@ -1,10 +1,4 @@
# /etc/fstab: static file system information.
-#
-# noatime turns off atimes for increased performance (atimes normally aren't
-# needed); notail increases performance of ReiserFS (at the expense of storage
-# efficiency). It's safe to drop the noatime options if you want and to
-# switch between notail / tail freely.
-#
# 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.
#
@@ -13,7 +7,6 @@
# <fs> <mountpoint> <type> <opts> <dump/pass>
-# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#
# 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.
@@ -23,7 +16,7 @@
# documentation for details on setting a label. To obtain the UUID, use
# the blkid(8) command.
-#LABEL=boot /boot ext4 noauto,noatime 1 2
-#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1
+#LABEL=boot /boot ext4 defaults 1 2
+#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 defaults 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0