# /etc/fstab: static file system information. # # noatime turns of 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/hda3 /boot ext3 noauto,noatime 1 1 /dev/hda9 / reiserfs noatime 0 0 # / can be noatime /dev/hda5 /var reiserfs notail 0 0 /dev/hda6 /tmp reiserfs notail 0 0 /dev/hda7 /usr reiserfs noatime,notail 0 0 # usr can be noatime, notail /dev/hda8 /home reiserfs defaults 0 0 #/dev/hda11 /localdata ext3 defaults 0 0 /dev/hda10 /data reiserfs notail,noatime 0 0 #/dev/hda4 none swap defaults 0 0 /dev/hda4 none swap sw,loop=/dev/loop6,encryption=AES128 0 0 #/dev/hdb1 /mnt/hdb1 ext3 defaults 0 0 # sw was the flag on swap proc /proc proc defaults 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,owner 0 0 #/dev/sda4 /mnt/zip auto noauto,ro,owner 0 0 #oco:/data /data nfs defaults 0 0 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). Adding the following # line to /etc/fstab should take care of this: # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will use almost no # memory if not populated with files) #tmpfs /dev/shm tmpfs defaults 0 0