All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Robinson <john.robinson@anonymous.org.uk>
To: NeilBrown <neilb@suse.de>
Cc: tfjellstrom@shaw.ca, linux-raid@vger.kernel.org
Subject: Re: auto start raid0 with no superblock?
Date: Wed, 05 Aug 2009 00:25:48 +0100	[thread overview]
Message-ID: <4A78C37C.8010201@anonymous.org.uk> (raw)
In-Reply-To: <e95ccd4bcc42879717ea2ee8d02aaeba.squirrel@neil.brown.name>

On 04/08/2009 23:35, NeilBrown wrote:
> On Wed, August 5, 2009 6:44 am, Thomas Fjellstrom wrote:
>> I'm testing out accessing a "Windows DynamicDisk Raid0" array under linux,
>> and
>> for the most part it works very well. My only problem is mdadm will not
>> auto
>> start the array even when I have it setup in mdadm.conf (mdadm is told to
>> auto
>> start all arrays found there). Basically I have to manually run "mdadm
>> --build
>> /dev/md0 --chunk=64 --level=raid0 --raid-devices=4 /dev/sdc1 /dev/sdd1
>> /dev/sde1 /dev/sdf1" then "mount /mnt/winraid" when I want to access the
>> filesystem (using ntfs-3g if anyone was wondering).
> 
> Of course you don't have to run it manually.  You can put it in
> a script in /etc/rc5.d/Sxxwhatever
> 
> That is in fact the recommended way of doing this.  There is really
> nothing that mdadm can do for you to make this any easier, so it
> doesn't bother.

It doesn't, and couldn't, support
   ARRAY /dev/md0 devices=/dev/sdc1,/dev/sdd1,/dev/sde1,/dev/sdf1 
level=0 metadata=none
appearing in mdadm.conf?

Cheers,

John.


      reply	other threads:[~2009-08-04 23:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04 20:44 auto start raid0 with no superblock? Thomas Fjellstrom
2009-08-04 22:35 ` NeilBrown
2009-08-04 23:25   ` John Robinson [this message]

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=4A78C37C.8010201@anonymous.org.uk \
    --to=john.robinson@anonymous.org.uk \
    --cc=linux-raid@vger.kernel.org \
    --cc=neilb@suse.de \
    --cc=tfjellstrom@shaw.ca \
    /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.