Topic: [SOLVED] Current NTFS volume size is bigger than the device size!
Hello all,
i resized my only NTFS partition (sda2) with gparted and created antother ext4 (sda3) behind it .
You may guess what happened.
ERROR: Current NTFS volume size is bigger than the device size!<br />Corrupt partition table or incorrect device partitioning?
Unbootable, unmountable, BSOD etc.
Is latest gparted buggy or why is there so many posts with this issue ?
I tried to follow other posts and hex edit the pbr myself but i'm not getting the right numbers like in the other threads. I don't understand enough of sectors or hex'ing to do it myself i guess.
If someone could alter my pbr please ? Very frustrating : (
The numbers :
fdisk -l -u /dev/sda
Platte /dev/sda: 320.1 GByte, 320071851520 Byte
255 Köpfe, 63 Sektoren/Spuren, 38913 Zylinder, zusammen 625140335 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Disk identifier: 0x46c046bf
Gerät boot. Anfang Ende Blöcke Id System
/dev/sda1 63 502256159 251128048+ 83 Linux
/dev/sda2 * 502256160 584171594 40957717+ 7 HPFS/NTFS
/dev/sda3 584171595 625137344 20482875 83 Linux
parted /dev/sda unit s print
Modell: ATA SAMSUNG HD322HJ (scsi)
Festplatte /dev/sda: 625140335s
Sektorgröße (logisch/physisch): 512B/512B
Partitionstabelle: msdos
Nummer Anfang Ende Größe Typ Dateisystem Flags
1 63s 502256159s 502256097s primary ext4
2 502256160s 584171594s 81915435s primary ntfs boot
3 584171595s 625137344s 40965750s primary ext4
dd if=/dev/sda of=sda2-tux.pbr bs=512 count=1 skip=502256160
http://tuxfusion.de/storage/sda2-tux.pbr
dd if=/dev/sda of=sda-tux.mbr bs=512 count=1
http://tuxfusion.de/storage/sda-tux.mbr
Thanks in advance !
Steffen