linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* What does this mean?
@ 2003-03-05  4:55 Michael Paul
  2003-03-05  6:37 ` Paul Clements
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Paul @ 2003-03-05  4:55 UTC (permalink / raw)
  To: linux-raid



    Hi there...

 I get the following message when cat'ing /proc/mdstat:

md0 : active linear [dev 08:30] [8]  [dev 08:20] [7]  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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: What does this mean?
  2003-03-05  4:55 What does this mean? Michael Paul
@ 2003-03-05  6:37 ` Paul Clements
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Clements @ 2003-03-05  6:37 UTC (permalink / raw)
  To: Michael Paul; +Cc: linux-raid

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-05  6:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-05  4:55 What does this mean? Michael Paul
2003-03-05  6:37 ` Paul Clements

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).