linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Clements <Paul.Clements@SteelEye.com>
To: Michael Paul <radius.mp@verizon.net>
Cc: linux-raid@vger.kernel.org
Subject: Re: What does this mean?
Date: Wed, 05 Mar 2003 01:37:38 -0500	[thread overview]
Message-ID: <3E659B32.A8268302@SteelEye.com> (raw)
In-Reply-To: 05ac01c2e2d3$72280f40$1400020a@mike

Michael Paul wrote:
> 
>     Hi there...
> 
>  I get the following message when cat'ing /proc/mdstat:
> 
> md0 : active linear [dev 08:30] [8]  [dev 08:20] [7] 

                           ^^^^^            ^^^^^

Well, you're in luck, because these numbers are the major and minors for
sdc and sdd:

$ ls -l /dev/sdd
brw-rw----    1 root     disk       8,  48 May  5  1998 /dev/sdd
$ ls -l /dev/sdc
brw-rw----    1 root     disk       8,  32 May  5  1998 /dev/sdc

(hex 20 and 30 => decimal 32 and 48)

I'm not sure why md sometimes puts the major:minor instead of the device
name. Perhaps has something to do with the driver for your sdc and sdd?
I'm guessing here...

--
Paul




 hdj[6]  hdi[5]  hdh[4]
> hdg[3]  hde[2]  hdc[1]  hdb[0]
> 182485184 blocks 4k rounding
> 
>  In my raidtab file, sdc = 7 and sdd = 8. Is there some type of error here?
> The linear seems to be working properly, but since I'm such a newbie, I
> can't tell for sure. I wish there was a better way to check on the raid
> status.
> 
> Thanks,
> Michael
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2003-03-05  6:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-05  4:55 What does this mean? Michael Paul
2003-03-05  6:37 ` Paul Clements [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=3E659B32.A8268302@SteelEye.com \
    --to=paul.clements@steeleye.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=radius.mp@verizon.net \
    /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).