# /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. # # See the manpage fstab(5) for more information. # # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. UUID="1384a319-1eef-43d4-94ae-919abb67bbfb" /boot ext2 noauto,noatime 1 2 UUID="437155a1-20dc-49fb-9ea6-267162f4d249" / ext3 noatime 0 1 UUID="122f4c86-ae96-496d-8da4-e1864a296e9a" none swap sw 0 0 UUID="041af3f2-f980-4386-8777-b03baead0c53" /usr ext4 defaults 0 0 UUID="79de79f6-4b40-4a9d-85f6-7dd4f394355b" /home ext4 defaults 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 #/dev/fd0 /mnt/floppy auto noauto 0 0