# /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. # # See the manpage fstab(5) for more information. # # 10.0.0.1:/root_amd32 / nfs vers=3,noatime,ro,tcp,rsize=4096,wsize=4096 0 0 10.0.0.1:/usr/portage /usr/portage nfs vers=3,noatime,ro,tcp,rsize=4096,wsize=4096 0 0 10.0.0.1:/home /home nfs vers=3,noatime,rsize=4096,wsize=4096 0 0 /dev/hda1 none swap sw 0 0 /dev/hda5 /tmp ext3 nosuid,nodev 0 2 /dev/hda6 /var ext3 noatime,nosuid,noexec,nodev 0 2 # NOTE: The next line is critical for boot! proc /proc proc defaults 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