# /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. # # shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 /dev/sda3 none swap sw 0 2 /dev/sda5 / ext3 noatime 0 1 /dev/sda6 /home/calmar/ ext3 defaults 0 2 /dev/sda7 /home/calmar/multimedia ext3 defaults 0 2 /dev/sg0 /media/cdrom1 iso9660 ro,user,noauto 0 0 /dev/sg1 /media/cdrom2 iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0 /dev/sda1 /media/sda1 auto noauto,defaults,user,owner,exec,rw,gid=100,uid=1000 0 0 /dev/sda2 /media/sda2 auto noauto,defaults,user,owner,exec,rw,gid=100,uid=1000 0 0 /dev/sdb1 /media/sdb1 auto noauto,user 0 0 /dev/sdb2 /media/sdb2 auto noauto,user 0 0 /dev/sdc1 /media/sdc1 auto noauto,user 0 0 /dev/sdc2 /media/sdc2 auto noauto,user 0 0 /dev/sdd1 /media/sdd1 auto noauto,user 0 0 /dev/sde1 /media/sde1 auto noauto,user 0 0 /dev/sdf1 /media/sdf1 auto noauto,user 0 0 #none /proc/bus/usb usbdevfs defaults 0 0 #proc /proc proc defaults 0 0