Bug 168297 - sys-fs/cowloop-3.0-r1 doesn't create entries in /dev/cow/
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

------- Comment #1 From Daniel Black 2007-03-08 11:51:14 0000 -------
KERNEL=="cow[0-9]*"  NAME="cow/%n"
or
KERNEL=="cowloop[0-9]*"  NAME="cow/%n"
just confirming

------- Comment #2 From Daniel Black 2007-03-12 20:50:47 0000 -------
Thanks Magan. Fixed in 3.0-r2