/dev/sda1 / reiserfs defaults 1 1
# since hda is the main system drive, enabling this swap partition makes for a
# slower system
/dev/sda2 swap swap defaults 0 0
#/dev/sata/swap swap swap defaults 0 0
#/dev/sata/media /usr/share/media reiserfs defaults 1 0
/dev/cdrom /mnt/cdrom auto noauto,user,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
/dev/fd1 /mnt/floppy auto noauto,user 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
#/dev/sda1 /mnt/sda1 vfat noauto,user,sync 0 0
#/dev/sda /mnt/sda vfat noauto,user,sync 0 0
#/dev/sdb1 /mnt/sdb1 vfat noauto,user,sync 0 0
#/dev/sdb /mnt/sdb vfat noauto,user,sync 0 0
#/dev/sdc1 /mnt/sdc1 vfat noauto,user,sync 0 0
#/dev/sdc /mnt/sdc vfat noauto,user,sync 0 0
#/dev/sdd1 /mnt/sdd1 vfat noauto,user,sync 0 0
#/dev/sdd /mnt/sdd vfat noauto,user,sync 0 0
# same as above, but use file system buffer to perform asynchronous file operations
/dev/sdb1 /mnt/sdb1 vfat noauto,user 0 0
/dev/sdb /mnt/sdb vfat noauto,user 0 0
/dev/sdc1 /mnt/sdc1 vfat noauto,user 0 0
/dev/sdc /mnt/sdc vfat noauto,user 0 0
/dev/sdd1 /mnt/sdd1 vfat noauto,user 0 0
/dev/sdd /mnt/sdd vfat noauto,user 0 0
# experimental : shared memory
tmpfs /dev/shm tmpfs size=2G,nr_inodes=5k,mode=1777 0 0