# /boot was PREVIOUSLY re-integrated into things.. so that hdb1 can be used for fat32 stuff:
# 8,p
/dev/hda1 /boot ext2 noauto,nouser,ro,noatime 1 2
# 200,p
/dev/hda2 swap swap sw 0 0
# 200,l (500)
/dev/hda5 / ext3 errors=remount-ro,noatime 1 1
# 50,l
/dev/hda6 /home ext3 rw,suid,dev,exec,auto,nouser,async,noatime 1 2
# 50++,l (500)
/dev/hda7 /var ext3 nosuid,noexec,noatime 1 2
# 50++,l (500)
/dev/hda8 /tmp ext3 rw,suid,dev,exec,auto,nouser,async,noatime 1 2
# 800,l (~)
/dev/hda9 /usr ext3 rw,suid,dev,exec,auto,nouser,async,noatime 1 2
# ~remaining
/dev/hda10 /_honeypot/honey/linux ext3 rw,suid,dev,auto,nouser,async,noatime 1 2
# 2000
#/dev/hdc1 /_honeypot/fat32 vfat rw,suid,dev,auto,nouser,async,noatime,check=strict 1 0
## removed:
### 100
##/dev/hdc5 /_honeypot/honey/fat16 vfat rw,suid,dev,auto,nouser,async,noatime,check=strict 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc rw,suid,dev,exec,auto,nouser,async 0 0
#/dev/scd0 /mnt/cdrom iso9660 noauto,ro 0 0
ported and tidied up
added ancient notes