Topic: [SOLVED] Current NTFS Volume Size is bigger than the device size
Hi!
I used 0.5.2.9 GParted live to resize a NTFS partition from 120gb to 200gb.
Now ntfsresize show me this message :
ntfsresize v2.0.0 (libntfs 10:0:0)
Device name : /dev/sda3
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size : 391992164864 bytes (391993 MB)
Current device size: 210591843840 bytes (210592 MB)
ERROR: Current NTFS volume size is bigger than the device size!
Corrupt partition table or incorrect device partitioning?
fdisk -l -u /dev/sda
Disco /dev/sda: 500.1 GB, 500107862016 byte
255 testine, 63 settori/tracce, 60801 cilindri, totale 976773168 settori
Unità = settori di 1 * 512 = 512 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0964eb36
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 2048 821247 409600 27 Sconosciuto
/dev/sda2 835380 123700499 61432560 7 HPFS/NTFS
/dev/sda3 123700500 535012694 205656097+ 7 HPFS/NTFS
/dev/sda4 535012695 976768064 220877685 5 Esteso
/dev/sda5 535012758 969185384 217086313+ 83 Linux
/dev/sda6 969185448 976768064 3791308+ 82 Linux swap / Solaris
parted /dev/sda unit s print
Modello: ATA FUJITSU MJA2500B (scsi)
Disco /dev/sda: 976773168s
Dimensione del settore (logica/fisica): 512B/512B
Tabella delle partizioni: msdos
Numero Inizio Fine Dimensione Tipo File system Flag
1 2048s 821247s 819200s primary ntfs avvio
2 835380s 123700499s 122865120s primary ntfs
3 123700500s 535012694s 411312195s primary ntfs
4 535012695s 976768064s 441755370s extended
5 535012758s 969185384s 434172627s logical ext4
6 969185448s 976768064s 7582617s logical linux-swap(v1)
MBR and PBR : http://www.filefactory.com/file/b1d3e43/n/sda.zip
MBR :
dd if=/dev/sda of=/home/skin/sda.MBR bs=512 count=1
PBR :
dd if=/dev/sda of=/home/skin/sda.PBR bs=512 count=1 skip=63
Can you help me?
Thank you so much!!