# /etc/fstab: static file system information.
# <file system> <mount point> <type> <options> <dump> <pass>

# Virtual, memory only, or non physical file systems
proc    /proc           proc    defaults        0 0
devpts  /dev/pts        devpts  defaults        0 0
#only for 2.6 kernel
sysfs   /sys            sysfs   defaults        0 0

#
# We do no longer use tmpfs since it wasted memory instead of disk space
#
#tmpfs   /dev/shm        tmpfs   defaults        0 0
#tmpfs   /var/lock       tmpfs   defaults        0 0
#tmpfs   /var/run        tmpfs   defaults        0 0
#tmpfs   /tmp            tmpfs   defaults,size=256m,nr_inodes=64m    0 0

# Virtual memory swap file
#   If you need it then create it with the following commands
#     dd      if=/dev/zero of=/swapfile bs=1M count=1024
#     mkswap  /swapfile
#     chmod   000 /swapfile
#   Then uncomment the line below.
#/swapfile       none    swap    defaults        0 0

/dev/sda2    /    reiserfs    defaults,notail,noatime    0 1
    /media/cdrom    auto    defaults,noauto,user    0 0
/dev/fd0   /media/floppy   auto    defaults,noauto,user    0 0
