This is what my partition table looked like in fdisk -lu before messing with Windows.
This is the same exact disk after recovering Windows 7 startup using the Windows 7 installation disk.
The Windows 7 startup recovery just made Windows bootable. It also changed the disk from 32 heads, 32 sectors/track to 255 heads, 63 sectors/track. It's quite frustrating. If I delete the Windows partition (/dev/sdc3), everything returns to normal. Recovering Windows startup really screwed me in some way.
I googled my ass off and I am hating fdisk in the end. Supposedly this just doesn't mean anything. Some say it's catastrophic and others say it's smoke and mirrors. I just hate those errors a lot. It's like driving a car on a cross country road trip and not minding the faulty engine light. It's really discerning. What are my options in trying to make this error/warning go away (properly)?
I tried going into fdisk expert mode and changing heads and sectors *hoping* that may have been the cause but after writing (w), heads and sectors don't change from 255, 63. I'm frustrated :/
Code:
Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
32 heads, 32 sectors/track, 3815458 cylinders, total 3907029168 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: 0x000a0ef0
Device Boot Start End Blocks Id System
/dev/sdc1 2048 92065791 46031872 83 Linux
/dev/sdc2 92065792 1111631871 509783040 83 Linux
/dev/sdc3 1111631872 1342326783 115347456 7 HPFS/NTFS
/dev/sdc4 1342326784 3907029167 1282351192 83 Linux
This is the same exact disk after recovering Windows 7 startup using the Windows 7 installation disk.
Code:
Disk /dev/sdc: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 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: 0x000a0ef0
Device Boot Start End Blocks Id System
/dev/sdc1 2048 92065791 46031872 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sdc2 92065792 1111631871 509783040 83 Linux
Partition 2 does not end on cylinder boundary.
/dev/sdc3 * 1111631872 1342326783 115347456 7 HPFS/NTFS
/dev/sdc4 1342326784 3907029167 1282351192 83 Linux
Partition 4 does not end on cylinder boundary.
The Windows 7 startup recovery just made Windows bootable. It also changed the disk from 32 heads, 32 sectors/track to 255 heads, 63 sectors/track. It's quite frustrating. If I delete the Windows partition (/dev/sdc3), everything returns to normal. Recovering Windows startup really screwed me in some way.
I googled my ass off and I am hating fdisk in the end. Supposedly this just doesn't mean anything. Some say it's catastrophic and others say it's smoke and mirrors. I just hate those errors a lot. It's like driving a car on a cross country road trip and not minding the faulty engine light. It's really discerning. What are my options in trying to make this error/warning go away (properly)?
I tried going into fdisk expert mode and changing heads and sectors *hoping* that may have been the cause but after writing (w), heads and sectors don't change from 255, 63. I'm frustrated :/