-startall helped root@fw1dv:~# - ls -l /dev/md6 -bash: -: command not found root@fw1dv:~# ls -l /dev/md6 ls: cannot access /dev/md6: No such file or directory root@fw1dv:~# ls -l /dev/md/6 ls: cannot access /dev/md/6: No such file or directory root@fw1dv:~# mdadm-startall Assembling MD array md0...done (started [2/2]). Assembling MD array md1...done (started [2/2]). Assembling MD array md2...done (started [2/2]). Assembling MD array md3...done (started [2/2]). Assembling MD array md4...done (started [2/2]). Assembling MD array md5...done (started [2/2]). Assembling MD array md6...done (started [2/2]). Generating udev events for MD arrays...done. root@fw1dv:~# ls -l /dev/md6 brw-rw---- 1 root disk 9, 6 Mar 15 17:00 /dev/md6 root@fw1dv:~# ls -l /dev/md/6 lrwxrwxrwx 1 root root 6 Mar 15 17:00 /dev/md/6 -> ../md6 root@fw1dv:~#
David Dreezer Customer Advocate, Social Strata, Inc. > > Grrr. Fredrik Eriksson will love this one :-) > > - ls -l /dev/md6 > - ls -l /dev/md/6 > - mdadm-startall > - ls -l /dev/md6 > - ls -l /dev/md/6 > > Does that mdadm-startall change anything respectively could you send the > results? >
