On 2015-06-02 16:46, Stan Ice wrote:
> linux-y70s:~ # fdisk -l
>
>
> Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 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
> Disklabel type: dos
> Disk identifier: 0xaae439ed
>
>
> Device Boot Start End Sectors Size Id Type
> /dev/sda1 2048 3074047 3072000 1.5G 12 Compaq diagnostics
> /dev/sda2 3074048 453954337 450880290 215G 7 HPFS/NTFS/exFAT
> /dev/sda3 * 453955582 833443607 379488026 181G f W95 Ext'd (LBA)
> /dev/sda4 951261184 976773119 25511936 12.2G 17 Hidden HPFS/NTFS
> /dev/sda5 479961088 498513014 18551927 8.9G 82 Linux swap / Solaris
> /dev/sda6 498513078 540474794 41961717 20G 83 Linux
> /dev/sda7 540474858 833443607 292968750 139.7G 83 Linux
> /dev/sda8 453955584 479961087 26005504 12.4G 83 Linux
Ok, so it appears you have free sectors from 833443607 to 951261184, and
it is outside sda3, the extended partition. You have to put that inside,
ie, enlarge sda3. Some partitioners will do this automatically as soon
as you try to create a logical partition (sda9).
I’m unsure what software to recommend. I think that it is possible to do
it with fdisk, but it is scary and somewhat dangerous:
print the table above.
Delete sda5…8
delete sda3
recreate sda3 taking all the available free space
recreate sda5…8 with the exact same sector numbers.
Create new sda9 with the rest.
If the numbers match (this is crucial), then enter “w” to write, if not,
“q” to abort.
All your existing partitions should be intact, which can be proven by
rebooting. You then need to format, ie, create a filesystem in sda9.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Minas Tirith))