The second hard disk is a 160g windowsME drive partitioned to a primary C: and 2 logical drives (on secondary partion) at D: and E:. To install Linux, I made a CL2.5 CD, and installed it on a 8.4gig HD as 'hda' and made my 136gig 'hdb'. This way, from the bios, I can simply turn off the 8.4 and I've got my windows 136 booting. I kinda figured I wouldn't be able to understand the dual boot thing right off hand...I was right
But I'm gunna get this stuff quick...Heres my fstab from linux:
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
none /dev/pts devpts defaults 0 0
/dev/hda1 / ext3 defaults 1 1
/dev/hda2 swap swap defaults 0 0
/dev/hdd
/mnt/cdrom iso9660 noauto,user,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,user 0 0
/dev/hda1 /mnt/hda1 auto defaults 0 0
/dev/hdb1 /mnt/hdb1 auto defaults 0 0
/dev/hdb5 /mnt/hdb5 auto defaults 0 0
/dev/hdb6 /mnt/hdb6 auto defaults 0 0
none /proc/bus/usb usbdevfs defaults 0 0
/dev/hdd /mnt/cdrw0 iso9660 defaults 0 0
/dev/hdc /mnt/dvdr0 iso9660 defaults 0 0