I got this error message too. My workaround was to revert this patch:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392623
NAME="" for dm- devices confuses gnome-mount / hal


--- udev.rules.0        2006-11-27 00:22:36.000000000 +0100
+++ udev.rules  2006-12-05 17:37:33.000000000 +0100
@@ -97,5 +97,6 @@
 SUBSYSTEM=="aoe", KERNEL=="revalidate",        NAME="etherd/%k"

 # device mapper creates its own device nodes, so ignore these
+KERNEL=="dm-[0-9]*",           NAME=""
 KERNEL=="device-mapper",       NAME="mapper/control"


--- devfs.rules.0       2006-11-27 00:22:36.000000000 +0100
+++ devfs.rules 2006-12-06 07:45:02.000000000 +0100
@@ -148,5 +148,6 @@
 SUBSYSTEM=="aoe", KERNEL=="revalidate",        NAME="etherd/%k"

 # device mapper creates its own device nodes, so ignore these
+KERNEL=="dm-[0-9]*",           NAME=""
 KERNEL=="device-mapper",       NAME="mapper/control"


These settings are also needed in the initrd!

This is on an Intel Mac, i.e. with EFI, and with BIOS emulation. In this
case, partitioning is very restricted (no extended partitions, EFI itself
takes a partition). So I went with one LVM partition, also / is LVM, no
separate /boot.

Cheers
 Harry


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to