bug#54999: libparted failed to write logical partition metadata

2022-04-17 Thread Gilles BENE POUGOUE
ion add_logical_part_metadata() failed. Aborted Machine: Linux ubuntu 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux -- Gilles BENE POUGOUE

[PATCH] parted-3.1, fix t8001 not to fail if modprobe fail

2012-10-06 Thread Gilles Espinasse
Signed-off-by: Gilles Espinasse Remove 'rmmod loop' and 'modprobe loop max_part=7' instructions The second command may fail after the first command have run, leaving the machine with no loop support. This happen on my chroot as - rmmod do not depend if the loop module is a

Re: [user] How to get this parted output?

2012-03-08 Thread Gilles
On Thu, 8 Mar 2012 11:10:22 -0700, Chris Murphy wrote: >gparted will resize/move NTFS volumes. That's the part I think you've missed, >is that you just changed the partition size, without resizing the file system. Thanks for the tip. I thought Clonezilla would take care of this, since it include

Re: [user] How to get this parted output?

2012-03-08 Thread Gilles
On Thu, 08 Mar 2012 16:30:56 +0100, Jim Meyering wrote: >You want to preserve contents of /dev/sda2? >What were you trying to change? Just the starting sector of sda1? I needed to recreate /dev/sda1 exactly as it was before, as unlike Linux, Windows7 doesn't seem to like it when we restore an im

Re: [user] How to get this parted output?

2012-03-08 Thread Gilles
On Thu, 08 Mar 2012 15:31:24 +0100, Gilles wrote: >On Thu, 08 Mar 2012 15:15:46 +0100, Jim Meyering >wrote: >>Then you want two primary partitions, and you already know >>their types and starting and ending sector numbers, so do this: >> >>parted -s $dev mkp

Re: [user] How to get this parted output?

2012-03-08 Thread Gilles
On Thu, 08 Mar 2012 15:15:46 +0100, Jim Meyering wrote: >Then you want two primary partitions, and you already know >their types and starting and ending sector numbers, so do this: > >parted -s $dev mkpart primary ntfs 63s 29302559s >parted -s $dev mkpart primary ext3 547013250s 625137344s

[user] How to get this parted output?

2012-03-08 Thread Gilles
Hello (This is not a bug, but rather a user question. I had to subscribe to the bug@ mailing-list as there doesn't seem to be a user@ list that would have been more appropriate.) After playing with a test host, I need to recreate /dev/sda1 exactly as it was before parted (2.3 on Ubuntu) was ran t

Re: Repair a GPT

2006-12-04 Thread Gilles AURIC
[EMAIL PROTECTED] a écrit : Hello Gilles, On Thu, Nov 30, 2006 at 09:04:07AM +0100, Gilles AURIC wrote: Hi I have setup a GPT ext2 4TByte partition with parted it works fine but after a powerfail I'm unable to repair the partition. How can I repair the partition with fsck ? fsck and P

Repair a GPT

2006-11-30 Thread Gilles AURIC
Hi I have setup a GPT ext2 4TByte partition with parted it works fine but after a powerfail I'm unable to repair the partition. How can I repair the partition with fsck ? parted ? How can I find the Superblock backups ? Thank you very much Gilles Restarting e2fsck from the beginning...