I just picked up a PII computer with a 7gb hard drive. The problem is that it shows the Logical drive as Drive C with 2gb and an extended partition (no drive letter named) with 5gb. I've tried using fdisk.exe to delete the partition but it tells me that I can't delete an extended partition in a Logical drive. I've tried deleting the primary partition (Logical drive) but it tells me that I can't delete the Primary partition if it has an extended drive. Formatting on takes care of the C drive. Can anyone help?
Partitions must be deleted in the following order if you're doing it with fdisk:
[1] logical
[2] extended
[3] primary
when creating partitions they must be created in the reverse order