All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phil Turmel <philip@turmel.org>
To: Francisco Parada <cisco@abitofthisabitofthat.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: RAID 6 Not Mounting (Block device is empty)
Date: Sun, 8 Nov 2015 12:48:29 -0500	[thread overview]
Message-ID: <563F8AED.4020000@turmel.org> (raw)
In-Reply-To: <31D02BFE-239B-42BE-9176-10DF20A78A9C@abitofthisabitofthat.com>

Forgot to answer this one.

On 11/08/2015 09:48 AM, Francisco Parada wrote:
> 
>> Apple Mail? Eeeewwww!  :-)
> Hah! Jerk!  ;-) Just kidding

I'm a Linux enthusiast all the way -- servers, desktops, laptop, android
phone, ddwrt routers, etc.  I suffer to run Windows for some work
applications, but only in a VM.

>> Yeah, that's normal with partial successes.  Also, consider not using
>> md127.  That's mdadm's "I don't know what number to use" default.
>> (Followed by 126, then 125, as so on.)
> Just want to clarify this bit.  Are you saying I should use a number as such to mount it now instead the 127 that it was called until the failure?  Or in the future?  For the two newer arrays, I had called them 500 and 400, just to be safe so there was no overlap.

You need an mdadm.conf file that calls out your arrays by name and uuid.
 Your distro probably put a template in either /etc/ or /etc/mdadm/.
You can append your current running setup with:

mdadm -Es >>/etc/mdadm/mdadm.conf

Then trim the ARRAY lines to just:

ARRAY /dev/md1 UUID=......

Then use 'update-initramfs' or whatever ubuntu is using in 15.10 to
install that into your early boot environment.

Don't forget to fix your timeout mismatch problem.

Phil

      parent reply	other threads:[~2015-11-08 17:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-07 17:05 RAID 6 Not Mounting (Block device is empty) Francisco Parada
2015-11-07 18:49 ` Phil Turmel
2015-11-07 19:17   ` Francisco Parada
2015-11-07 21:08     ` Phil Turmel
     [not found]       ` <C57F2260-D20C-4688-93F6-CB3CE8CF9F30@abitofthisabitofthat.com>
2015-11-07 23:07         ` Phil Turmel
2015-11-08  5:59           ` Francisco Parada
2015-11-08 14:20             ` Phil Turmel
2015-11-08 14:48               ` Francisco Parada
2015-11-08 16:32                 ` Francisco Parada
2015-11-08 17:25                   ` Phil Turmel
2015-11-08 17:32                     ` Francisco Parada
2015-11-08 17:48                 ` Phil Turmel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=563F8AED.4020000@turmel.org \
    --to=philip@turmel.org \
    --cc=cisco@abitofthisabitofthat.com \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.