From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Leipold Date: Fri, 03 Oct 2008 16:53:13 +0000 Subject: Re: udev doesn't detect ddf-format raid array Message-Id: <200810031853.13284.ple@upcmail.hu> List-Id: References: <200810022309.49346.ple@upcmail.hu> In-Reply-To: <200810022309.49346.ple@upcmail.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org On Friday 03 October 2008 15.33.29 Kay Sievers wrote: > If you want to try, let me know what it says: Great, it works, thanks! :) # ./vol_id /dev/sda ID_FS_USAGE=3Draid ID_FS_TYPE=DDf_raid_member ID_FS_VERSION=02.00.0 ID_FS_UUID=3D_VsJ__B__VsJ0bsJ_nsJ____ ID_FS_UUID_ENC=3D\x08VsJ\x95\x10B\x02\x08VsJ0bsJ\x18nsJ\xff\xff\xff\xff ID_FS_LABELID_FS_LABEL_ENC # ./vol_id /dev/sdb ID_FS_USAGE=3Draid ID_FS_TYPE=DDf_raid_member ID_FS_VERSION=02.00.0 ID_FS_UUID=3D_VsJ__B__VsJ0bsJ_nsJ____ ID_FS_UUID_ENC=3D\x08VsJ\x95\x10B\x02\x08VsJ0bsJ\x18nsJ\xff\xff\xff\xff ID_FS_LABELID_FS_LABEL_ENC > Note, that ./vol_id is just a autotools wrapper script, which runs the > program with libvolume_id from the source tree, so don't copy the > script to your system. :) Ok, it's not crucial, I have a workaround to my original problem, so I can = wait until debian-unstable starts using this upgraded libvolume_id. Peter