For anyone that wants to help, here's what fdisk -l looks like before I deleted the partitions. Note that sda8 is an empty partition.
Code:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf8abaa97
Device Boot Start End Blocks Id System
/dev/sda1 285 25924 205941760 5 Extended
/dev/sda2 * 25924 30402 35971072 7 HPFS/NTFS
/dev/sda3 1 285 2284544 b W95 FAT32
Partition 3 does not end on cylinder boundary.
/dev/sda5 19151 25923 54403072 7 HPFS/NTFS
/dev/sda6 17838 19150 10546176 83 Linux
/dev/sda7 285 17582 138939392 83 Linux
/dev/sda8 17582 17837 2048000 83 Linux
This is what it looks like now.
Code:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xf8abaa97
Device Boot Start End Blocks Id System
/dev/sda1 285 25924 205941760 5 Extended
/dev/sda2 * 25924 30402 35971072 7 HPFS/NTFS
/dev/sda3 1 285 2284544 b W95 FAT32
Partition 3 does not end on cylinder boundary.
/dev/sda5 19151 25923 54403072 7 HPFS/NTFS
/dev/sda6 17838 19150 10546176 83 Linux
/dev/sda7 285 17582 138941815+ 83 Linux
Bookmarks