FS#1129 - udev package doesn't support device-mapper out-of-the-box
|
Details
I just switched to udev (installed the new Arch Linux udev
package (udev 030-2), and found device-mapper not working
due to a missing line in udev.rules -- /dev/mapper/control
is not created automatically.
Adding the line: KERNEL="device-mapper", NAME="mapper/control" to udev.rules fixed the problem for me. |
This task depends upon