All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Piergiorgio Sartor <piergiorgio.sartor@nexgo.de>
Cc: st0ff@npl.de, Linux RAID <linux-raid@vger.kernel.org>
Subject: Re: md lock issue, I suppose
Date: Tue, 22 Jun 2010 08:22:33 +1000	[thread overview]
Message-ID: <20100622082233.2015caee@notabene.brown> (raw)
In-Reply-To: <20100621212521.GA31833@lazy.lzy>

On Mon, 21 Jun 2010 23:25:21 +0200
Piergiorgio Sartor <piergiorgio.sartor@nexgo.de> wrote:

> Any other suggestions or ideas?
> 

You cannot use the BLKRRPART ioctl while any partition of the device is open.
However you can use BLKPG_ADD_PARTITION to add a new partition providing it
doesn't overlap any existing partition.
Unfortunately parted doesn't use this ioctl, nor am I aware of anything which
does. (Google suggests something called DeviceKit does, but I know nothing
about that).
You could write a program which reads the the partition table and tries to
add each partition individually.  Some might fail but others might succeed.
... or maybe you don't need to- 'partx' in util-linux-ng seems to do what you
want.

NeilBrown

  reply	other threads:[~2010-06-21 22:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-21 20:42 md lock issue, I suppose Piergiorgio Sartor
2010-06-21 21:08 ` Stefan /*St0fF*/ Hübner
2010-06-21 21:25   ` Piergiorgio Sartor
2010-06-21 22:22     ` Neil Brown [this message]
2010-06-24 18:07       ` Piergiorgio Sartor
2010-06-25 12:39         ` CoolCold

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=20100622082233.2015caee@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=piergiorgio.sartor@nexgo.de \
    --cc=st0ff@npl.de \
    /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.