# /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. LABEL=BOOT_FS /boot ext2 defaults 1 2 # LABEL=ROOT_FS / ext2 auto,usrquota,grpquota 0 1 /dev/md3 / ext3 noload,auto,usrquota,grpquota,acl 0 1 /dev/md4 none swap sw,pri=100 0 0 /dev/hdc /mnt/cdrom auto noauto,ro 0 0 /dev/fd0 /mnt/floppy auto noauto 0 0 LABEL=PORTAGE_FS /var/db/repos reiserfs auto 0 2 LABEL=BIG_NORAID_FS /mnt/big_fs reiserfs auto,nodev,nosuid 0 2 /dev/sdc1 /mnt/usb auto noauto,users 0 0 /dev/sdc2 /mnt/usb2 auto noauto,users 0 0 192.168.0.6:/home/share /mnt/share nfs soft,users,noauto,exec 0 2 192.168.0.15:/mnt/storage/storage/ /mnt/storage/ nfs soft,users,noauto,exec,proto=udp,intr 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