I harddisk on sdc with unallocated on Gparted
and on terminal shows extended, and i want to delete extended partition and tried to fix from gparted website tried didnt understand it (forgive my bad english)
sudo fdisk -l
Code:
Disk /dev/sdc: 1000.2 GB, 1000204884480 bytes255 heads, 63 sectors/track, 121601 cylinders, total 1953525165 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: 0x618ec1eb
Device Boot Start End Blocks Id System
/dev/sdc1 * 2048 776503295 388250624 83 Linux
/dev/sdc2 979961856 1953525167 486781656 7 HPFS/NTFS/exFAT
/dev/sdc3 776507390 979959807 101726209 5 Extended
/dev/sdc5 781252608 796878847 7813120 82 Linux swap / Solaris
/dev/sdc6 796880896 979959807 91539456 83 Linux
/dev/sdc7 776507392 781252607 2372608 82 Linux swap / Solaris
Partition table entries are not in disk order
with sudo parted -l
Code:
Model: ATA Hitachi HTS54505 (scsi)Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 100GB 100GB primary ntfs boot
2 100GB 108GB 8000MB primary linux-swap(v1)
3 108GB 500GB 392GB primary ext4
Error: Can't have a partition outside the disk!
sdc shows Error: Can't have a partition outside the disk!
Bookmarks