Results 1 to 3 of 3

Thread: raid no longer loading on boot?

  1. #1
    Join Date
    Apr 2005
    Beans
    132

    raid no longer loading on boot?

    recently my Mythbuntu install running 2.6.27-11-generic stopped loading the RAID modules and assembling my array on booting. once booted and I do a manual
    modprove raid456
    mdadm --assemble --scan

    the array loads fine with no errors so it doesn't look like anything is wrong with the array.

    I'm also not seeing any errors in any of the logs.

    anyone have any idea what's going on or possible ideas on how to fix it?

    thanks!

  2. #2
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: raid no longer loading on boot?

    What does your /etc/fstab file look like?
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  3. #3
    Join Date
    Apr 2009
    Beans
    6

    Re: raid no longer loading on boot?

    I seem to have a similar problem on Intrepid.

    Except that I haven't yet been able to manually re-assemble the problem array.

    Code:
    $ cat /proc/mdstat
    Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
    md1 : inactive sdb4[0](S) sdf4[4](S) sde4[3](S) sdd4[2](S) sdc4[1](S)
          4829419520 blocks
    
    md0 : active raid1 sdb2[0] sdf2[2](S) sdc2[1]
          9767424 blocks [2/2] [UU]
    
    unused devices: <none>

    Could be related to this kernel bug:

    http://bugzilla.kernel.org/show_bug.cgi?id=11967

    "When disks are removed from a raid10 set, then readded,
    the raid10 driver marks the disks as spare and doesn't resync."
    I could do with some advice on how to further diagnose the problem, and on how to work around it, e.g. how to re-assemble the problem array manually.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •