https://bugzilla.novell.com/show_bug.cgi?id=445490 User joe_morris@ntm.org added comment https://bugzilla.novell.com/show_bug.cgi?id=445490#c20 --- Comment #20 from Joe Morris <joe_morris@ntm.org> 2008-12-24 21:31:48 MST --- I tried undoing the workaround and applied the patch from https://bugzilla.novell.com/show_bug.cgi?id=460917 but it did not help me at all. My problem is definitely that ID_FS_TYPE was missing. I just checked, after booting with the workaround, and on the booted system I get jmorris:/ # udevadm info -q env -n /dev/md0 MD_LEVEL=raid1 MD_DEVICES=2 MD_METADATA=0.90 MD_UUID=ffb096e5:5d1a78ab:71771454:6b84c526 ID_FS_USAGE=filesystem ID_FS_TYPE=ext3 ID_FS_VERSION=1.0 ID_FS_UUID=a2d3f2bf-eaec-45a0-b843-55b15f037d83 ID_FS_UUID_ENC=a2d3f2bf-eaec-45a0-b843-55b15f037d83 ID_FS_LABEL=root ID_FS_LABEL_ENC=root ID_FS_LABEL_SAFE=root jmorris:/ # udevadm info -q env -n /dev/md1 MD_LEVEL=raid1 MD_DEVICES=2 MD_METADATA=0.90 MD_UUID=50317547:316ba81e:fc3a8342:011169ec MD_DEVNAME=1 So even after booting, the echo command would seem to be needed to give md1 the FS info. jmorris:/ # echo change > /sys/block/md1/uevent jmorris:/ # udevadm info -q env -n /dev/md1 MD_LEVEL=raid1 MD_DEVICES=2 MD_METADATA=0.90 MD_UUID=50317547:316ba81e:fc3a8342:011169ec ID_FS_USAGE=filesystem ID_FS_TYPE=ext3 ID_FS_VERSION=1.0 ID_FS_UUID=44d4e1ac-8ce7-49ec-b64f-2c084a817515 ID_FS_UUID_ENC=44d4e1ac-8ce7-49ec-b64f-2c084a817515 ID_FS_LABEL=home ID_FS_LABEL_ENC=home ID_FS_LABEL_SAFE=home FSTAB_NAME=/dev/md1 FSTAB_DIR=/home FSTAB_TYPE=ext3 FSTAB_OPTS=acl,user_xattr FSTAB_FREQ=1 FSTAB_PASSNO=2 Interestingly enough, KDE popped up a dialog box after entering the echo command. It sure seems to be a difficult bug to locate. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.