Since cowloop is supporting more than 10, lets raise it :) Old rule: 'KERNEL=="cowloop[0-9]" NAME="cow/%n" Proposed new rule: 'KERNEL=="cowloop[0-9][0-9]*" NAME="cow/%n"'
Turns out my proposed fix doesnt match against numbers lower than 10 this time :) Made mistake of not reading the man page for udev very good. Sorry for that. This works...tested against numbers below and above 10 :)..... 'KERNEL=="cowloop[0-9]*" NAME="cow/%n"'
fixed in cowloop-2.15-r1.ebuild. Thanks for the bug report and solution.