Topic: SOLVED - NTFS resize issue
After shrinking my 1TB NTFS partition to make room for Ubuntu Karmic 9.10 I got an error about the volume being larger then the disk
I have seen others have the same issue and solving it with help from this forum, so here goes:
Heres one of there othere topics where the issue was solved http://gparted-forum.surf4.info/viewtopic.php?id=13757
The partition was resized to 911892MiB
>fdisk -l -u
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
Disk identifier: 0xc654d0ccDevice Boot Start End Blocks Id System
/dev/sda1 * 2048 1867556249 933777101 7 HPFS/NTFSDisk /dev/sdb: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0xbf39b9e5Device Boot Start End Blocks Id System
/dev/sdb1 * 2048 206847 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sdb2 206848 398295039 199044096 7 HPFS/NTFS
>parted /dev/sda unit s print
Model: ATA SAMSUNG HD103UJ (scsi)
Disk /dev/sda: 1953525168s
Sector size (logical/physical): 512B/512B
Partition Table: msdosNumber Start End Size Type File system Flags
1 2048s 1867556249s 1867554202s primary ntfs boot
>dd if=/dev/sdc of=sdc1.pbr bs=512 count=1 skip=63
http://a.jof.dk/deltefiler/sda.pbr
I hope you can help me correct the MBA
>dd if=/dev/sdc of=sdc.mba bs=512 count=1
http://a.jof.dk/deltefiler/sda.mba
0000:01C0 21 00 07 FE FF FF 00 08 00 00 9A 9D 50 6F 00 00
Heres the error i get in GParted
ntfsresize -P -i -f -v /dev/sda1
ntfsresize v2.0.0 (libntfs 10:0:0)
Device name : /dev/sda1
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 956188762624 bytes (956189 MB)
Current device size: 956187751424 bytes (956188 MB)
ERROR: Current NTFS volume size is bigger than the device size!
Corrupt partition table or incorrect device partitioning?