Thanks guys, I didn't know the hd* devices were history! Here's the output from the command "# fdisk -l"
Disk /dev/sda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders, total 160836480 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x99539953
Device Boot Start End Blocks Id System
/dev/sda1 63 160649 80293+ 83 Linux
/dev/sda2 * 160650 143524709 71682030 7 HPFS/NTFS/exFAT
/dev/sda3 143524710 160826714 8651002+ c W95 FAT32 (LBA)
Disk /dev/sdb: 41.2 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders, total 80418240 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd336d336
Device Boot Start End Blocks Id System
/dev/sdb1 63 4112639 2056288+ 83 Linux
/dev/sdb2 4112640 8241344 2064352+ 83 Linux
/dev/sdb3 8241345 12370049 2064352+ 83 Linux
/dev/sdb4 12370050 16514819 2072385 83 Linux
-------------------------------------------------------------
Now I can re-partition at will
Btw, I tried printing the above to an old dot matrix line printer that was known as /dev/lp1 on the old Slackware. I also tried using /dev/parport0 and /dev/parport1 but they didn't work either. The tunelp command is apparently not available during the DVD boot session so I don't know how to check other than look at the system messages in dmesg, which has this to say about the parallel printer port config.:
"parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP, TRISTATE, EPP]"
Any ideas on how to get the printer going?