Think I found a bigger problem...
Either I have a bigger problem than I ever imagined or I happened upon a prototype hard drive with over 18,446,743 terabytes of hard drive space.
Ran fdisk, here's the output
Code:
Warning: ignoring extra data in partition table 5
Warning: ignoring extra data in partition table 5
Disk /dev/sda: 120.0 GB, 120000000000 bytes
255 heads, 63 sectors/track, 14589 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: 0x00099acf
Device Boot Start End Blocks Id System
/dev/sda1 1 7296 58604096 7 HPFS/NTFS
/dev/sda2 7297 14589 58581022+ 85 Linux extended
/dev/sda5 ? 7706 127087 958924038+ 70 DiskSecure Multi-Boot
Disk /dev/sdb: 40.0 GB, 40000000000 bytes
255 heads, 63 sectors/track, 4863 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: 0x09e109e0
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 4862 39053983+ 7 HPFS/NTFS
When it starts to get interesting is when I run Disk Utility. According to it, I have a 120 GB drive with one 60GB partition for Windows and another 60GB partition that is Extended. Under the Extended partition is 3 sub partitions (none of which I ever created). One is free and 3.4 GB, one is unknown and 982 GB, the last is free and 18,446,743 terabytes. Hmmm. That's a problem.
I can't reformat the 60 GB partition without deleting the 982 GB partition. An attempt to delete the supposed 982 GB partition failed, returning the following error:
Code:
Error erasing: helper exited with exit code 1: In part_del_partition: device_file=/dev/sda, offset=63380383232
Entering MS-DOS parser (offset=0, size=120000000000)
MSDOS_MAGIC found
looking at part 0 (offset 1048576, size 60010594304, type 0x07)
new part entry
looking at part 1 (offset 60011642880, size 59986967040, type 0x85)
Entering MS-DOS extended parser (offset=60011642880, size=59986967040)
readfrom = 60011642880
MSDOS_MAGIC found
readfrom = 1060076475904
lseek failed (Invalid argument)
Exiting MS-DOS extended parser
looking at part 2 (offset 0, size 0, type 0x00)
new part entry
looking at part 3 (offset 0, size 0, type 0x00)
new part entry
Exiting MS-DOS parser
MSDOS partition table detected
got it
Error: Can't have a partition outside the disk!
ped_disk_new() failed
Also, in the installer, I was selecting Manual Partitioning, however, only the 40 GB drive was showing up.
EDIT: Added screenshot of Disk Utility.