linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Casey Boone <caseyboone@gmail.com>
Cc: linux-raid@vger.kernel.org
Subject: Re: raidtools to mdadm
Date: Mon, 2 Apr 2007 10:07:41 +1000	[thread overview]
Message-ID: <17936.18765.324284.750028@notabene.brown> (raw)
In-Reply-To: message from Casey Boone on Sunday April 1

On Sunday April 1, caseyboone@gmail.com wrote:
> as best i can tell i am using the correct commands for what i want but i 
> pretty much get nothing but errors:
> 
> root@Knoppix:/media# mdadm --build /dev/md1 --chunk=128 --level=0 
> --raid-devices=2 /dev/sda /dev/sdb
> mdadm: error opening /dev/md1: No such device or address

"No such device or address" probably means that the md module is not
loaded. 
  modprobe md
or
  modprobe md_mod

and try again.

NeilBrown

  reply	other threads:[~2007-04-02  0:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-01 23:13 raidtools to mdadm Casey Boone
2007-04-02  0:07 ` Neil Brown [this message]
2007-04-04 22:56 ` Bill Davidsen
2007-04-05  3:26   ` Casey Boone

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=17936.18765.324284.750028@notabene.brown \
    --to=neilb@suse.de \
    --cc=caseyboone@gmail.com \
    --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).