Okay so to answer all the questions..
The hard drive is a Hitachi 1TB 7200RPM SATA, bought it new 2 years ago. Have never had a single problem with it, but I've never installed anything but Windows on it.
Ubuntu disk utility shows my Windows partitions, and my 200GB of unallocated space that I set aside in Windows. (It actually shows 215GB which is sort of weird because I set exactly 200GB).
The way I created space on my hard drive was using Windows very own utility for doing these things as that is the safest way to do so. This has always worked for me without a hitch, so it doesn't look like Windows was corrupted or anything (but then again you never know). And if anything goes wrong I have a back up disk, or I use EasyBCD to repair MBR.
sudo sfdisk -luS && sudo fdisk -l
Code:
Disk /dev/sda: 121601 cylinders, 255 heads, 63 sectors/track
Units = sectors of 512 bytes, counting from 0
Device Boot Start End #sectors Id System
/dev/sda1 * 2048 206847 204800 7 HPFS/NTFS/exFAT
/dev/sda2 206848 1534089215 1533882368 7 HPFS/NTFS/exFAT
start: (c,h,s) expected (12,223,20) found (13,163,20)
end: (c,h,s) expected (1023,254,63) found (1023,239,63)
/dev/sda3 0 - 0 0 Empty
/dev/sda4 0 - 0 0 Empty
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0xf6eb4065
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 1534089215 766941184 7 HPFS/NTFS/exFAT
Bookmarks