On Wed, 5 Feb 2003, Philipp Boerker wrote:
> On a freshly installed Win2000 system I tried to diminish
> the size of the 20 GB NTFS partition. "ntfsresize -i /dev/hda1"
> reports a minimum possible size of 10528 MB for the file
> system (I guess this has internal reasons, there are only
> ~3GB of data on that file system).
Yes, there are data there (probably $MFTMirr, etc metadata) and those
can't be moved around at present.
> "ntfsresize -n -s 10528M /dev/hda1" reports:
>
> ERROR: $Bitmap data has more than one extent, unusual.
> Please report it to lin...@li...
Thank you, I've never seen this before.
> If you need me to run any test programs, I am willing
> to do so (unless there are dangerous).
If I remember correctly just removing that sanity check should make
things work, in theory. But yes, it *is* dangerous since although the
relevant code is implemented to support this case, it was never
tested because I've never met such volume.
I'll create an NTFS volume with this special case and check if it
works as expected ... unless somebody does before me and confirms it
works ;)
Szaka
|