Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The entries ends up as /dev/cow0, /dev/cow1, etc, instead of /dev/cow/0, /dev/cow/1, etc. The proposed fix will take care of it. old rule: KERNEL=="cowloop[0-9]*" NAME="cow/%n" proposed fix: KERNEL=="cow[0-9]*" NAME="cow/%n" /magan Reproducible: Always
KERNEL=="cow[0-9]*" NAME="cow/%n" or KERNEL=="cowloop[0-9]*" NAME="cow/%n" just confirming
Thanks Magan. Fixed in 3.0-r2