Initial setup is as follows
CODE
[root@TestMdk92 mnt]# fdisk -l /dev/hdb
Disk /dev/hdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2039 16378236 83 Linux
/dev/hdb2 2040 6498 35816917+ 5 Extended
/dev/hdb5 2040 2676 5116671 83 Linux
/dev/hdb6 2677 3313 5116671 83 Linux
/dev/hdb7 3314 3950 5116671 83 Linux
/dev/hdb8 3951 4587 5116671 83 Linux
/dev/hdb9 4588 5224 5116671 83 Linux
/dev/hdb10 5225 5861 5116671 83 Linux
/dev/hdb11 5862 6498 5116671 83 Linux
Disk /dev/hdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2039 16378236 83 Linux
/dev/hdb2 2040 6498 35816917+ 5 Extended
/dev/hdb5 2040 2676 5116671 83 Linux
/dev/hdb6 2677 3313 5116671 83 Linux
/dev/hdb7 3314 3950 5116671 83 Linux
/dev/hdb8 3951 4587 5116671 83 Linux
/dev/hdb9 4588 5224 5116671 83 Linux
/dev/hdb10 5225 5861 5116671 83 Linux
/dev/hdb11 5862 6498 5116671 83 Linux
hdb1(16GB) is for large downloads (eg. SuSE wget) and installs from hd
hdb5-hdb11(5GB) are for installs of new distros (single partion per install)
The rest of the disk is unpartitioned at this time.
The linux swap and other installed os's are on hda
I was able to use diskdrake to format hdb1 and hdb5, but, the other partitions would not format. The format button was available, It started the format process, but status was always left at Not Formatted.
I exited and restarted diskdrake, and still had the same problem.
Finally, I deleted hdb6-hdb11, and recreated them. This time I formatted them one at a time as I created them. Seemed to work.
Strange. Seems to be some sort of problem if you have too many unformatted partitions.