Topic: SOLVED ERROR: Current NTFS volume size is bigger than the device size!
Hello,
Was trying the shrink my sda5 data partition when this occurred.
GParted 0.6.2
Libparted 2.3
Check and repair file system (ntfs) on /dev/sda5 00:00:00 ( ERROR )
calibrate /dev/sda5 00:00:00 ( SUCCESS )
path: /dev/sda5
start: 152135613
end: 236695551
size: 84559939 (40.32 GiB)
check file system on /dev/sda5 for errors and (if possible) fix them 00:00:00 ( ERROR )
ntfsresize -P -i -f -v /dev/sda5
ntfsresize v2.0.0 (libntfs 10:0:0)
Device name : /dev/sda5
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 44358902272 bytes (44359 MB)
Current device size: 43294688768 bytes (43295 MB)
ERROR: Current NTFS volume size is bigger than the device size!
Corrupt partition table or incorrect device partitioning?
========================================
fdisk -l -u
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 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: 0x8317c4d7
Device Boot Start End Blocks Id System
/dev/sda1 * 63 152123390 76061664 7 HPFS/NTFS
/dev/sda3 152135611 312580095 80222242+ f W95 Ext'd (LBA)
/dev/sda5 152135613 236695551 42279969+ 7 HPFS/NTFS
/dev/sda6 242388783 304429055 31020136+ 7 HPFS/NTFS
/dev/sda7 236697600 242384895 2843648 83 Linux
/dev/sda8 306466816 312580095 3056640 83 Linux
/dev/sda9 304449536 306446335 998400 82 Linux swap / Solaris
Partition table entries are not in disk order
parted /dev/sda unit s print
Model: ATA ST9160827AS (scsi)
Disk /dev/sda: 312581808s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 152123390s 152123328s primary ntfs boot
3 152135611s 312580095s 160444485s extended lba
5 152135613s 236695551s 84559939s logical ntfs
7 236697600s 242384895s 5687296s logical ext4
6 242388783s 304429055s 62040273s logical ntfs
9 304449536s 306446335s 1996800s logical linux-swap(v1)
8 306466816s 312580095s 6113280s logical ext4
dd if=/dev/sda of=zebra11.MBR bs=512 count=1
dd if=/dev/sda of=zebra11.PBR bs=512 count=1 skip=152135613
* zebra11.MBR
http://www.filefactory.com/file/b3ea82c/n/zebra11.MBR
* zebra11.PBR
http://www.filefactory.com/file/b3ea82d/n/zebra11.PBR
Kindly help.