zax updates
[anomen-kernel-config.git] / zax / customs / etc / fstab
blob6639b5cdee14cea77ee6c5587e7dcf9c587c91bb
1 # /etc/fstab: static file system information.
3 # noatime turns off atimes for increased performance (atimes normally aren't 
4 # needed); notail increases performance of ReiserFS (at the expense of storage 
5 # efficiency).  It's safe to drop the noatime options if you want and to 
6 # switch between notail / tail freely.
8 # The root filesystem should have a pass number of either 0 or 1.
9 # All other filesystems should have a pass number of 0 or greater than 1.
11 # See the manpage fstab(5) for more information.
14 # <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>
16 # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
17 #/dev/BOOT              /boot           ext2            noauto,noatime  1 2
19 proc                    /proc           proc            defaults        0 0
20 shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
21 #devpts                 /dev/pts        devpts          mode=062,gid=5  0 0
22 #usbfs                  /proc/bus/usb   usbfs           noauto          0 0
23 #sysfs                  /sys            sysfs           noauto          0 0
25 /dev/sda1               /               ext3            noatime         0 1
26 /dev/sda2               none            swap            sw              0 0
27 #/dev/sdc               /share          ext4            noatime         0 1
28 /dev/cdrom              /mnt/cdrom      auto            noauto,user     0 0
30 /dev/mapper/home        /home           ext4            rw,noatime      0 0