After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 689160 - array metadata version 1.2 causes "Libparted Bug found" error
array metadata version 1.2 causes "Libparted Bug found" error
Status: RESOLVED DUPLICATE of bug 678379
Product: gparted
Classification: Other
Component: application
0.1
Other Linux
: Normal normal
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2012-11-27 12:53 UTC by Leo
Modified: 2012-11-28 01:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Leo 2012-11-27 12:53:00 UTC
Creating a software array with mdadm on Ununtu 11.10 defaults to meta-data 1.2.

The device with meta-data 1-2 is something along the lines of /dev/md/2

That causes gparted to fail (Libparted Bug found; could not stat device /dev/md/2)

Creating the array with --metadata=0.90 works as the device created will be /dev/md2
Comment 1 Curtis Gedak 2012-11-27 17:34:15 UTC
Thank you Leo for your interest in GParted and reporting this problem.

I believe that the problem you reported is the same as:

Bug #678379 - Could not stat device /dev/md/0 - No such file or directory

As such I am marking this bug as a duplicate.

If possible, would you be able to test the patch contained in the above listed bug report and post your results in that bug report?

*** This bug has been marked as a duplicate of bug 678379 ***
Comment 2 Leo 2012-11-27 22:57:50 UTC
happy to try the fix, but patching is a bit out my skillset )not sure what I need, commands, etc)
Comment 3 Curtis Gedak 2012-11-28 01:23:42 UTC
Instructions for getting the latest code from the git repository can be found
at:
   http://gparted.org/git.php

The patch can be applied with the following command:
   git am name-of-patch.txt