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



_______________________________________________
Bug-parted mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-parted

Reply via email to