1 (edited by lycoch 2010-07-15 01:07:32)

Topic: Current NTFS volume size is bigger than the device size! while resize

Hello,

huge issue here, hope somebody may help me

ERROR: Current NTFS volume size is bigger than the device size!

i ve got this error when tryin to resize a partition (/dev/sda5) but now it is not browsable at all sad

you can see the gray partition wich is the one created by the resize of sda5 and sda5 appears to be completly empty which is not true sad:(:(

GParted 0.5.1
Libparted 2.2

http://img685.imageshack.us/img685/8005/sdald.png

This thread http://gparted-forum.surf4.info/viewtopic.php?id=13633 is similar to mine, so i dump my MBR the same way it was asked, you can find here the mbr of SDA: http://pitseleh.net/gparted/sda.mbr

Thank you very much for any help !

LOG:

Agrandir /dev/sda5 de 64.85 Gio à 68.84 Gio  00:00:00    ( ERREUR ) 
     calibrer /dev/sda5  00:00:00    ( SUCCÈS ) 
     chemin : /dev/sda5
début : 72083718
fin : 208089944
taille : 136006227 (64.85 Gio) 

vérifier le système de fichiers sur /dev/sda5 et corriger les problèmes (si possible)  00:00:00    ( ERREUR ) 
     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: 73920553472 bytes (73921 MB)
Current device size: 69635188224 bytes (69636 MB)
ERROR: Current NTFS volume size is bigger than the device size!
Corrupt partition table or incorrect device partitioning?

2

Re: Current NTFS volume size is bigger than the device size! while resize

as it was an emergency to me, i tried something which is actually working:

backup the volume:

dd if=/dev/sda5 of=/media/MyHD/issue/sda5.img bs=512

mkdir /media/myBackup && mount.ntfs-3g /media/MyHD/issue/sda5.img /media/myBackup

All my files where there so i can breathe again wink

hope this will be helpfull for anybody else wink

3

Re: Current NTFS volume size is bigger than the device size! while resize

Thank you for reporting with how you resolved the problem in your situation.  smile