Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3298116
By: szaka
If you check out the Windows Disk Administrator then you can notice that Windows
and ntfsresize fully agree. Only your partition was resized, not the filesystem
because your disk is defected (damaged, has hardware faults, unusable media
errors on the disk surface) and ntfsresize protected you to lose your data.
Recent ntfsresize versions safely support faulty disks as well but you must
use ntfsresize from ntfsprogs 1.11.2 and run the below command to enlarge the
filesystem to the partition size:
ntfsresize --bad-sectors partition
e.g. if your NTFS partition is /dev/hda1 then run
ntfsresize --bad-sectars /dev/hda1
But before doing so please read and follow the instruction at the --bad-sectors
section in the ntfsresize manual at
http://linux-ntfs.sourceforge.net/man/ntfsresize.html
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|