Eu acho que você está tendo 3 partições primárias (sda1, sda2, sda3), 1 extendidas (sda4) e sd5 como lógicas. com parted, tente redimensionar a partição 4.
Exemplo:
parted /dev/sdb
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1049GB 1049GB primary ntfs
2 1049GB 1796GB 747GB extended
5 1049GB 1796GB 747GB logical
(parted) resizepart
Partition number? 2
End? [1796GB]? 2000GB
(parted) p
Model: WD My Passport 0748 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1049GB 1049GB primary ntfs
2 1049GB 2000GB 951GB extended
5 1049GB 1796GB 747GB logical
E agora tente adicionar uma nova partição lógica, usando fdisk ou parted, o que você quiser usar.
Com fdisk, você precisaria deletar sda4, e sd5 e adicioná-lo novamente, mantendo o mesmo começo, sobreposição de sda4 e sd5 poderia criar problema.
Observação: mantenha o backup de seus dados e primeiro entenda e teste e faça por sua conta e risco Provavelmente abaixo do caminho, mas não testado:
1. Delete partition 4 ( Command (m for help): d and enter number 4 )
2. Add it again and keep the first sector as old one ( Command (m for help): n, choose extended partition e
, Partition number 4 , First Sector - 7833 , Last Sector - Default
3. Add logical partition 5 -
( Command (m for help): n, Adding logical partition 5 , choose default for first and last sector
4 Modify beginning of logical partition 5 to old value , Expert command (m for help): b
Partition number (1,2,5, default 5):5
New beginning of data - 7833
5 print table and verify