From: John Robinson <john.robinson@anonymous.org.uk>
To: Brian McKee <brian@soulspark.org>
Cc: linux-raid@vger.kernel.org
Subject: Re: Raid5 Array stopped suddenly, no apparent error messages.
Date: Thu, 10 May 2012 11:09:58 +0100 [thread overview]
Message-ID: <4FAB93F6.2030700@anonymous.org.uk> (raw)
In-Reply-To: <4FAAB2B8.6090403@soulspark.org>
On 09/05/2012 19:08, Brian McKee wrote:
> If this is not a good place to ask for help, please point me to where I
> can ask. Sorry if I offend.
>
> TL;DR: My question is this: is it safe to run mdadm --create
> --assume-clean on an existing array? And by safe I mean: is it
> guaranteed that the existing ext4 partition's data will not be lost when
> I run the command?
Any --create --assume-clean will only rewrite the metadata. You would
need to get the command exactly right, specifying the chunk size,
metadata type and member partitions in the right order in order to be
able to see your filesystem. However...
[...]
> For more details you can read this gentoo thread:
> http://forums.gentoo.org/viewtopic-p-7033578.html
>
> Summary: The three drives won't assemble because they are not fresh.
I don't think you are seeing the recent kernel bug; you can see all the
correct metadata on all your drives.
The problem you have is that your member partitions have different event
counts. You can force the assembly, ignoring the different event counts,
with --assemble --force. You should then run a fsck as there may already
be some corruption which occurred when the event counts got out of sync.
You should also try to track down what caused the issue in the first
place. Check your logs for ata errors.
Cheers,
John.
next prev parent reply other threads:[~2012-05-10 10:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-09 18:08 Raid5 Array stopped suddenly, no apparent error messages Brian McKee
2012-05-10 10:09 ` John Robinson [this message]
2012-05-10 15:50 ` Brian McKee
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=4FAB93F6.2030700@anonymous.org.uk \
--to=john.robinson@anonymous.org.uk \
--cc=brian@soulspark.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).