Notes |
(0005604)
vapier
03-08-08 05:35
|
post the output of `tree /sys` |
| |
(0005624)
hawq
03-08-08 07:30
|
Posted. |
| |
(0005784)
hawq
03-15-08 06:55
|
According to kernel doc cciss and cpqarray will suffer from same problem. /sys entries examples are:
For DAC960 controllers:
rd!c0d0
rd!c0d0p1
For Compaq Intelligent Drive Array (cpqarray):
ida!c0d0
ida!c0d0p1
For Compaq Next Generation Drive Array (cciss):
cciss!c0d0
cciss!c0d0p1
and so on.
Wouldn't simple string replace (all ! with /) be enough if contents of DEVPATH matches above patterns? |
| |
(0005804)
vapier
03-20-08 23:50
|
just add an mdev.conf rule for it ... maybe something like:
rd!.* 0:0 660 >rd/ |
| |