Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: dtech on July 18, 2006, 01:29:48 PM

Title: No md0?
Post by: dtech on July 18, 2006, 01:29:48 PM
I just noticed that there is no md0 RAID device on my default SME 7 install (there is an md1 and an md2). Is this right? If so, how/why would md0 as a device name be skipped? Just curious...

Thanks,

-P
Title: No md0?
Post by: paquerette on July 19, 2006, 12:44:32 AM
I confirm, no /dev/md0 with a standart install...

Don't know why...

md1 is /boot on /dev/hda1
md2 is /  on /dev/hda2

Maybe it is to match the number between raid number and partition number...  :-D
Title: No md0?
Post by: slords on July 19, 2006, 03:36:41 AM
Quote
I confirm, no /dev/md0 with a standard install...


the md devices match the partition numbers.

md1 covers the first partitions (sda1,sdb1,sdc1)
md2 covers the second partitions (sda2,sdb2,sdc2).

-Shad