Re: access *existing* array from knoppix

2006-09-13 Thread Rob Bray
Am Dienstag, 12. September 2006 16:08 schrieb Justin Piszcz: /dev/MAKEDEV /dev/md0 also make sure the SW raid modules etc are loaded if necessary. Won't work, MAKEDEV doesn't know how to create [/dev/]md0. mknod /dev/md0 b 9 0 perhaps? - To unsubscribe from this list: send the line

Re: access *existing* array from knoppix

2006-09-13 Thread Dexter Filmore
Am Mittwoch, 13. September 2006 15:48 schrieb Rob Bray: Am Dienstag, 12. September 2006 16:08 schrieb Justin Piszcz: /dev/MAKEDEV /dev/md0 also make sure the SW raid modules etc are loaded if necessary. Won't work, MAKEDEV doesn't know how to create [/dev/]md0. mknod /dev/md0 b 9 0

Re: access *existing* array from knoppix

2006-09-12 Thread Dexter Filmore
Am Dienstag, 12. September 2006 16:08 schrieb Justin Piszcz: /dev/MAKEDEV /dev/md0 also make sure the SW raid modules etc are loaded if necessary. Won't work, MAKEDEV doesn't know how to create [/dev/]md0. -- -BEGIN GEEK CODE BLOCK- Version: 3.12 GCS d--(+)@ s-:+ a- C UL++ P+++

Re: access *existing* array from knoppix

2006-09-12 Thread Justin Piszcz
Strange, what knoppix are you using? I recall doing it to fix an XFS bug with 4.x and 5.x. On Tue, 12 Sep 2006, Dexter Filmore wrote: Am Dienstag, 12. September 2006 16:08 schrieb Justin Piszcz: /dev/MAKEDEV /dev/md0 also make sure the SW raid modules etc are loaded if necessary. Won't

Re: access *existing* array from knoppix

2006-09-12 Thread Henrik Holst
Dexter Filmore wrote: Am Dienstag, 12. September 2006 17:47 schrieb Justin Piszcz: Strange, what knoppix are you using? I recall doing it to fix an XFS bug with 4.x and 5.x. 5.0.1. Maybe they gone udev now and didn't handle md devices. I'll see if I can so something in /lib/udev/devices.

Re: access *existing* array from knoppix

2006-09-12 Thread dean gaudet
On Tue, 12 Sep 2006, Dexter Filmore wrote: Am Dienstag, 12. September 2006 16:08 schrieb Justin Piszcz: /dev/MAKEDEV /dev/md0 also make sure the SW raid modules etc are loaded if necessary. Won't work, MAKEDEV doesn't know how to create [/dev/]md0. echo 'DEVICE partitions'