Using Gparted from within the Live DVD of PCLOS-FM, I deleted the partitions on the 1TB drive and resized the 500GB Partition down to 400 GB giving me respectively 150 and 100 GB of unallocated space on the drives.fdisk -l results:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x02e20d6e
Device Boot Start End Blocks Id System
/dev/sda1 * 63 768002047 384000992+ 7 HPFS/NTFS
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0xb1eb3544
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 1622934494 811466223+ 7 HPFS/NTFS
parted -l results:
Model: ATA ST3500320AS (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 393GB 393GB primary ntfs boot
Model: ATA Hitachi HUA72101 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 831GB 831GB primary ntfs boot
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: /dev/sr0: unrecognised disk label
Then I started the installer from within the Live DVD and got an error message saying, "An error occurred--Not enough space available (10GB available while 11GB are needed)
. The same thing happened on successive attempts to install to the free space on both discs. When attempting to re-run the installer both disks showed new partitions, so I ran fdisk -l again and got:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 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: 0x02e20d6e
Device Boot Start End Blocks Id System
/dev/sda1 * 63 768002047 384000992+ 7 HPFS/NTFS
/dev/sda2 768003390 976768064 104382337+ 5 Extended
/dev/sda5 768003453 793177244 12586896 83 Linux
/dev/sda6 793177308 801354329 4088511 82 Linux swap / Solaris
/dev/sda7 801354393 976768064 87706836 83 Linux
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0xb1eb3544
Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 1622934494 811466223+ 7 HPFS/NTFS
/dev/sdb2 1622934495 1953520064 165292785 5 Extended
/dev/sdb5 1622934558 1648124414 12594928+ 83 Linux
/dev/sdb6 1648124478 1656301499 4088511 82 Linux swap / Solaris
/dev/sdb7 1656301563 1953520064 148609251 83 Linux
parted -l yielded:
Model: ATA ST3500320AS (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 393GB 393GB primary ntfs boot
2 393GB 500GB 107GB extended
5 393GB 406GB 12.9GB logical
6 406GB 410GB 4187MB logical
7 410GB 500GB 89.8GB logical
Model: ATA Hitachi HUA72101 (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 831GB 831GB primary ntfs boot
2 831GB 1000GB 169GB extended
5 831GB 844GB 12.9GB logical ntfs
6 844GB 848GB 4187MB logical
7 848GB 1000GB 152GB logical
Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
has been opened read-only.
Error: /dev/sr0: unrecognised disk label
What should I try next?-Steve