Topic: [SOLVED] ERROR: Current NTFS volume size is bigger ... etc.
I have simmilar problem what the other.
After resizing partition i've got information "ERROR: Current NTFS volume size is bigger than device size".
Now I can't mount windows xp partition in Ubuntu, it's available but can't read. TestDisk can see NTFS partition but can't read any files.
Partition was 80GB, means whole disk, after resize about 30GB. Next, I installed Ubuntu 10..04lts using rest of free space.
Ubuntu is finding ntfs partition, but doesn't find windows installation. TestDisk can see partition but can't read any data and print information, data-files are damaged.
All tools I use are from my Ubuntu, only GParted was used from LiveCD.
I did as these http://gparted-forum.surf4.info/viewtopic.php?id=13937 tutorial guide me but after GParted running in Ubuntu couldn't see NTFS file system. File system was unknown. So i've decided to back up copy of my myCurrentPbr.pbr file.
results before change length of sectors.
# ntfsresize --info --force /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: 80015487488 bytes (80016 MB)
Current device size: 31527498240 bytes (31528 MB)
ERROR: Current NTFS volume size is bigger than the device size!
Corrupt partition table or incorrect device partitioning?
# fdisk -l -u /dev/sda
Disk /dev/sda: 80.0 GB, bytes: 80026361856
heads: 255, sectors/track: 63, cylinders: 9729, total sectors: 156301488
Unit = sectors of 1 * 512 = 512 bytes
Sectors size (logical/physical) bytes: 512 / 512
I/O size (minimum/optimal) bytes: 512 / 512
Disk identifier: 0x49834982
Device Boot Start End Blocks ID System
/dev/sda1 * 16065 61593209 30788572+ 7 HPFS/NTFS
/dev/sda2 61593598 156301311 47353857 5 Rozszerzona
/dev/sda5 61593600 63545343 975872 82 Linux swap / Solaris
/dev/sda6 63547392 156301311 46376960 83 Linux
# parted /dev/sda unit s print
Model: ATA ST3808110AS (scsi)
Disk /dev/sda: 156301488s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 16065s 61593209s 61577145s primary ntfs boot
2 61593598s 156301311s 94707714s extended
5 61593600s 63545343s 1951744s logical linux-swap(v1)
6 63547392s 156301311s 92753920s logical ext4
I really need somebody to help me.
Please ;]