# /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   /var/lock       tmpfs   defaults        0 0
#tmpfs   /var/run        tmpfs   defaults        0 0
#tmpfs   /tmp            tmpfs   defaults,size=256m,nr_inodes=64m    0 0

# enable this to get POSIX shared memory support (needed for a few apps)
#tmpfs   /dev/shm        tmpfs   defaults        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/hda1	/	ext3	defaults,noatime	0 1
/dev/hda2	none	swap	defaults	0 2
# Uncomment the following lines for FHS 2.3-compliant mount points
# Create directories if needed
#/dev/fd0	/media/floppy	auto	defaults,noauto,users
#/dev/cdrom	/media/cdrom	auto	defaults,noauto,ro,users
#
# If you like FHS 2.2-style mount points instead, use those lines:
#/dev/fd0	/mnt/floppy	auto	defaults,noauto,users
#/dev/cdrom	/mnt/cdrom	auto	defaults,noauto,users
