On Sun, Jul 24, 2005 at 05:18:55PM -0400, Ravi Desai wrote:
> Hello,
> I'm currently using parted 1.6.23, and I am not able to move my
> fat32 partition. Here is the error message.
>
> ---
> (parted) move 9 24703 25961
> No Implementation: GNU Parted cannot resize this partition to this
> size. We're working on it!
This probably means that the cluster size needs to be increased.
This only happens if you try to increase the size of the file system.
> (parted) resize 9
> Start? [23442MB]? 23442
> End? [24701MB]? 25701
> Error: Can't have the end before the start!
> No Implementation: GNU Parted cannot resize this partition to this
> size. We're
> working on it!
> (parted)
> ---
>
> I do not understand why it says the end that I have defined is before
> the start.
Me neither. Could you please send the first 16k of your file system?
(This is mainly to determine the cluster size.) You can do this with:
dd if=/dev/hda9 of=fat-start.img bs=16k count=1
I found an unrelated bug while looking... can someone else fix it please?
In command_line_get_sector(), the default case does not set the range.
This causes segfaults.
Thanks,
Andrew
_______________________________________________
Bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted