# /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/sda6 LABEL=boot-gentoo /boot ext2 noauto,noatime 1 2 # /dev/sda9 LABEL=root-gentoo / ext3 noatime 0 1 # /dev/sda12 LABEL=opt-gentoo /opt ext3 noatime 0 1 # /dev/sda7 LABEL=SWAP1 none swap sw 0 0 LABEL=work-gentoo /work ext3 noatime 0 1 # /dev/sda2 LABEL=WINXPx64 /mnt/winxp ntfs-3g uid=1000,umask=077,fmask=177,locale=en_US.utf8 0 0 # /dev/sda3 LABEL=WIN2000 /mnt/win2000 ntfs-3g uid=1000,umask=077,fmask=177,locale=en_US.utf8 0 0 # /dev/sda5 LABEL=MAINDATA /mnt/windata ntfs-3g uid=1000,umask=077,fmask=177,locale=en_US.utf8 0 0 # /dev/sda11 LABEL=fc6-root /mnt/fedora6 ext3 noauto,noatime 0 0 # /dev/sda10 LABEL=fed-boot /mnt/fedora6/boot ext2 noauto,noatime 0 0 #/dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0 /dev/fd0 /mnt/floppy auto noauto,user 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