bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not able to move fat32 partition


From: Andrew Clausen
Subject: Re: Not able to move fat32 partition
Date: Mon, 25 Jul 2005 14:22:22 +1000
User-agent: Mutt/1.5.6+20040907i

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]