On Mon, Nov 02, 2009 at 01:38:56PM +0100, Ulrich David wrote: > >Or sounds like this might be bug #268961 again, that I didn't have > >enough info on before. > >- Do you see the partitions on top of the multipath device in > > /proc/partitions? > The first 3 partitions are ok (sda1 through sda3) but It takes sda4 > instead of sda5 and sda6 .... so It doesn't recognize sda5 and sda6. Hmm, ok, I need a little more data... > >- Can you provide a udev info dump for your multipath device? > With multipath 0.4.7-r2 (working correctly) : Thanks for the 0.4.7-r2 info, just missing a few bits to make the puzzle fit together. Below is a snippet to run, can you please provide it full for both 0.4.7-r2 and 0.4.8-r1? Attach them in bug #268961 and CC yourself there. # cat /proc/partitions # multipath -ll # dmsetup ls --target multipath # for i in /sys/block/* ; do udevadm info --query=all --path=$i ; done ; # for i in /dev/sd? ; do parted $i print ; done ; -- Robin Hugh Johnson Gentoo Linux: Developer, Trustee & Infrastructure Lead E-Mail : robbat2@gentoo.org GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85