From: Duncan <1i5t5.duncan@cox.net>
To: linux-btrfs@vger.kernel.org
Subject: Re: Cannot add device "is mounted" for unmounted drive that used to be in raidset that is mounted
Date: Mon, 24 Mar 2014 19:19:14 +0000 (UTC) [thread overview]
Message-ID: <pan$22ecd$ee1c4b0f$48d0cc59$d02dd1ad@cox.net> (raw)
In-Reply-To: 20140323185816.GA3732@merlins.org
Marc MERLIN posted on Sun, 23 Mar 2014 11:58:16 -0700 as excerpted:
> On Sun, Mar 23, 2014 at 11:09:07AM -0700, Marc MERLIN wrote:
>> I found out that a drive that used to be part of a raid system that is
>> mounted and running without it, btrfs apparently decides that the drive
>> is part of the mounted raidset and in use.
>> As a result, I had to eventually dd 0's over it, btrfs device scan, and
>> finally I was able to use it again.
>
> I filed a bug for this, it's a bit more minor, but worth fixing
> eventually https://bugzilla.kernel.org/show_bug.cgi?id=72771
The reason for this is the device-scanning that btrfs does, detecting
btrfs superblocks in ordered to assemble filesystems from multiple
devices, etc.
The canonical method for wiping such superblocks and thus avoiding btrfs
detecting it as a btrfs filesystem component is to use wipefs, part of
the util-linux package. I think it's covered somewhere on the wiki; let
me see if I can find it...
Yes. See the problem-FAQ:
https://btrfs.wiki.kernel.org/index.php/Problem_FAQ#How_to_clean_up_old_superblock_.3F
As you'll note, however, it mentions the dd method as a workaround if
wipefs isn't available, but all you need to wipe is the 8-byte magic
string. =:^) (Tho there's three superblocks and while wiping the first
is generally enough and is all wipefs does, you can wipe the others too
if you like as well. There are also instructions for restoring the magic
string using dd, if it should be come necessary.)
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
next prev parent reply other threads:[~2014-03-24 19:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-23 18:09 Cannot add device "is mounted" for unmounted drive that used to be in raidset that is mounted Marc MERLIN
2014-03-23 18:58 ` Marc MERLIN
2014-03-24 19:19 ` Duncan [this message]
2014-03-25 0:28 ` Marc MERLIN
2014-03-31 4:07 ` Anand Jain
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='pan$22ecd$ee1c4b0f$48d0cc59$d02dd1ad@cox.net' \
--to=1i5t5.duncan@cox.net \
--cc=linux-btrfs@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.