linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Greaves <david@dgreaves.com>
To: Jeff Breidenbach <jeff@jab.org>
Cc: Brendan Conoboy <blc@redhat.com>,
	linux-raid list <linux-raid@vger.kernel.org>
Subject: Re: transferring RAID-1 drives via sneakernet
Date: Wed, 13 Feb 2008 09:32:14 +0000	[thread overview]
Message-ID: <47B2B91E.6000704@dgreaves.com> (raw)
In-Reply-To: <e03b90ae0802121914q595a492ft844bde202bd09a0d@mail.gmail.com>

Jeff Breidenbach wrote:
>> It's not a RAID issue, but make sure you don't have any duplicate volume
>> names.  According to Murphy's Law, if there are two / volumes, the wrong
>> one will be chosen upon your next reboot.
> 
> Thanks for the tip. Since I'm not using volumes or LVM at all, I should be
> safe from this particular problem.

Volumes is being used as a generic term here.

You would be safest if, for the disks/partitions you are transferring, you made
the partition type 0x83 (linux) instead of 0xfd to prevent the kernel autodetecting.

Otherwise there is a risk that /dev/md0 and /dev/md1 will be transposed.

Having done that you can manually assemble the array and then configure
mdadm.conf to associate the UUID with the correct md device.

David

  parent reply	other threads:[~2008-02-13  9:32 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12  0:59 transferring RAID-1 drives via sneakernet Jeff Breidenbach
2008-02-12  9:13 ` David Greaves
2008-02-12 18:50   ` Jeff Breidenbach
2008-02-12 19:00     ` Brendan Conoboy
2008-02-13  3:14       ` Jeff Breidenbach
2008-02-13  9:25         ` Michael Tokarev
2008-02-13  9:32         ` David Greaves [this message]
     [not found]           ` <47B33011.4090900@tmr.com>
2008-02-14  8:57             ` Jeff Breidenbach

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=47B2B91E.6000704@dgreaves.com \
    --to=david@dgreaves.com \
    --cc=blc@redhat.com \
    --cc=jeff@jab.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).