bug-parted
[Top][All Lists]
Advanced

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

Re: Parted 1.6.23 - problem with resizing of the extended parition


From: Andrew Clausen
Subject: Re: Parted 1.6.23 - problem with resizing of the extended parition
Date: Sat, 30 Jul 2005 08:37:44 +1000
User-agent: Mutt/1.5.6+20040907i

Hi Vlado,

On Fri, Jul 29, 2005 at 06:00:18PM +0200, Vlado Potisk wrote:
> There is something non-standard in my setup, the 40GB disk
> is set to 32GB with jumpers on the drive, because the BIOS
> is rather old.

I doubt this is related to the problem.  I suspect it is a new bug
introduced with the new units interface, which you seem to have gotten
the hang of ;)

I can't reproduce the bug.  Would you be able to compile Parted with
debug information, and then run gdb like this?

        # libtool gdb parted
        (gdb) break exception_handler
        (gdb) run /dev/hda
        (parted) resize ...
        (gdb) backtrace

To compile Parted with debug information, you need to get the source
tarball from ftp.gnu.org/gnu/parted, and also install development
packages for e2fsprogs and readline.  Then, type

        tar zxvf parted-1.6.23.tar.gz
        cd parted-1.6.23
        CFLAGS=-g ./configure && make

Thanks!
Andrew





reply via email to

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