# /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. #/dev/fd0 /mnt/floppy auto noauto 0 0 /dev/md/d0p1 /boot ext2 ro,noatime 1 2 /dev/md/d0p2 / ext3 noatime,acl,user_xattr 0 1 /dev/md/d0p3 none swap sw 0 0 /dev/vg/var /var ext3 noatime,acl,user_xattr 0 2 /dev/vg/cache /var/lib/cache ext3 noatime,acl,user_xattr 0 2 /dev/vg/www /var/www ext3 noatime,acl,user_xattr 0 2 /dev/vg/tmp /var/tmp ext3 noatime,acl,data=writeback 0 2 /dev/vg/mail /var/spool/mail ext3 noatime,acl,user_xattr,quota 0 2 /dev/vg/usr /usr ext3 noatime,acl,user_xattr 0 2 /dev/vg/games /usr/share/games ext3 noatime,acl,user_xattr 0 2 /dev/vg/opt /opt ext3 noatime,acl,user_xattr 0 2 /dev/vg/local /usr/local ext3 noatime,acl,user_xattr 0 2 /dev/vg/portage /usr/portage ext2 noatime,acl,user_xattr 0 2 /dev/vg/distfiles /usr/portage/distfiles ext2 noatime,acl,user_xattr 0 2 /dev/vg/packages /usr/portage/packages ext2 noatime,acl,user_xattr 0 2 /dev/vg/src /usr/src ext3 noatime,acl,user_xattr 0 2 /dev/vg/home /home ext3 noatime,acl,user_xattr,quota 0 2 /dev/vg/export /export ext3 noatime,acl,user_xattr,quota 0 2 /dev/vg/archives /private/.snapshot ext3 noatime,acl,user_xattr 0 2 /dev/vg/backup /var/spool/bacula ext3 noatime,acl,user_xattr 0 2 /dev/vg/profiles /home/games ext3 noatime,acl,user_xattr 0 2 127.0.0.1:/private/.snapshot /public/snapshot nfs ro,intr 0 0 /dev/fd0 /media/floppy auto noatime,noauto,async,user 0 0 proc /proc proc defaults 0 0 tmpfs /dev/shm tmpfs defaults,nodev,nosuid,noexec,noatime,mode=1777 0 0 tmpfs /tmp tmpfs defaults,noatime 0 0 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will # use almost no memory if not populated with files) shm /dev/shm tmpfs nodev,nosuid,noexec 0 0