# /etc/fstab: static file system information. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $ # # 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 and tail freely. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/sda1 /boot ext2 noauto,noatime 1 2 /dev/sda3 / reiserfs noatime 0 1 /dev/sda2 none swap sw 0 0 /dev/sda4 /home jfs defaults 0 2 /dev/hda1 /home/jeff/hda1 jfs auto,users,exec,rw 0 2 /dev/hda2 /home/jeff/hda2 jfs auto,users,exec,rw 0 2 /dev/sdc1 /home/jeff/sdc/sdc1 reiserfs auto,users,exec,rw 0 2 /dev/sdc2 /home/jeff/sdc/sdc2 reiserfs auto,users,exec,rw 0 2 /dev/dvdburner /home/jeff/dvdburner auto noauto,users,rw 0 0 /dev/dvd /home/jeff/dvd auto noauto,users,rw 0 0 /dev/camera /home/jeff/camera vfat noauto,users,rw,umask=000 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0 helios:/var/www/localhost/htdocs /home/jeff/helios nfs rw,hard,intr 0 0 #/dev/fd0 /mnt/floppy auto noauto 0 0 none /proc/bus/usb usbfs defaults 0 0 # NOTE: The next line is critical for boot! none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0