NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Debian raid-issuesI just downloaded the lasted version of debian installer (net inst) and configured raid in the setup. Linux sput 2.6.24-1-686 #1 SMP Thu May 8 02:16:39 UTC 2008 i686 GNU/Linux Using /dev/sda1 as / And /dev/sda2 as swap After finishing the installation and rebooting the system hangs with this error: mdadm: No devices listed in conf file were found And does some udev thing again, and after 5-10mins drops out to initramfs-box. If I do a check there in /dev I cannot find any md0/md1 devices, but if i type "mdadm --assemble /dev/md0" it works. And I can after that mount the disk. I've added 4 modules to initramfs-module-file but doesent work either, I've added "md_mod, sd_mod, md and raid1". I've also rebuilt both the initrd and updated the initramfs and checked the uuid's. My mdadm.conf looks like this: CREATE owner=root group=disk mode=0660 auto=yes HOMEHOST MAILADDR root ARRAY /dev/md0 level=raid1 num-devices=2 UUID=4959fd7f:514abc42:3e6348dd:8fa3e981 devices=/dev/sda1,/dev/sdb1 Tried wo devices at the end of the line aswell. And fstab: And grub: title Debian GNU/Linux, kernel 2.6.24-1-686 (single-user mode) -- If I change root= to /dev/sda1 the system boots up, but the md0 raid shows up as broken (duh) Personalities : [raid1] md0 : active(auto-read-only) raid1 sdb1[1] unused devices: Any ideas? Google gives me nothing, I'm out of ideas :( |