From: Luca Berra <bluca@comedia.it>
To: linux-raid@vger.kernel.org
Subject: Re: blkid and partition problem
Date: Sat, 22 May 2010 08:15:03 +0200 [thread overview]
Message-ID: <20100522061503.GA12294@maude.comedia.it> (raw)
In-Reply-To: <AANLkTilu5tG3GwgyZY8Cqo7VpNRlFOT3YZUIMx77lZX8@mail.gmail.com>
On Fri, May 21, 2010 at 07:31:50PM -0700, Tim Bostrom wrote:
>/dev/sdm:
> Magic : a92b4efc
> Version : 1.2
....
>/dev/sdj1:
> Magic : a92b4efc
> Version : 0.90.00
probably you have two superblocks on /dev/sdm
one at the beginning of sdm version 1.2, and one at the end of sdm1
(version 0.90) and md finds the first one.
you should be able to fix that by issuing
mdadm --zero-superblock /dev/sdm
partx -a /dev/sdm
mdadm /dev/md2 -a /dev/sdm1
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
next prev parent reply other threads:[~2010-05-22 6:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-22 0:28 blkid and partition problem Tim Bostrom
2010-05-22 2:31 ` Tim Bostrom
2010-05-22 6:15 ` Luca Berra [this message]
2010-05-26 15:16 ` Bill Davidsen
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=20100522061503.GA12294@maude.comedia.it \
--to=bluca@comedia.it \
--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.