| Bug#: 168297 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: trivial | Priority: P2 |
| Resolution: FIXED | Assigned To: dragonheart@gentoo.org | Reported By: magan@chello.se | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: sys-fs/cowloop-3.0-r1 doesn't create entries in /dev/cow/ | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-02-25 07:27 0000 | |||
| Description: | Opened: 2007-02-25 07:27 0000 |
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