#
# /etc/fstab
#
# You should be using fstool (control-panel) to edit this!
#
#
/dev/hda2 / ext2 defaults,usrquota 1 1
/dev/hda5 /usr ext2 defaults 1 2
/dev/hda1 /dos vfat defaults 0 0
/dev/hda6 /dos1 vfat defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy ext2 noauto 0 0
none /proc proc defaults
/dev/hda3 none swap sw
opal.brc.dec.com:/ /mnt/opal nfs noauto 0 0
/dev/sda4 /iomega vfat noauto 0 0
hda2 root filesystem with userquotas
fifth field says dump to dump drive if=1 or not if=0
sixth field says to fsck that this is the root filesystem and should be checked
hda5 usr filesystem
fifth field says dump to dump drive if=1 or not if=0
sixth field says to fsck that this is non-root filesystem and should be checked
man fstab for detail