[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4r raid not showing in gui



On Fri, 2002-02-15 at 22:10, Jeff Lasman wrote:
> Curtis Ross wrote:
> 
> > What does it say when you do a 'cat /proc/mdstat' ?
> 
>  [root rc.d]# cat /proc/mdstat
>  Personalities : [linear] [raid0] [raid1] [raid5] [translucent]
>  read_ahead 1024 sectors
>  md1 : active raid1 hdc1[1] 768000 blocks [2/1] [_U]
>  md3 : active raid1 hdc3[1] 205056 blocks [2/1] [_U]
>  md4 : active raid1 hdc4[1] 6043392 blocks [2/1] [_U]
>  md6 : active raid1 hdc6[1] 131456 blocks [2/1] [_U]
>  unused devices: <none>
>  [root rc.d]#
> 
Hi Jeff,

your first driv /dev/hda isn't available. It should look like:
[root scripts]# cat /proc/mdstat 
Personalities : [linear] [raid0] [raid1] [raid5] [translucent] 
read_ahead 1024 sectors
md1 : active raid1 hdc1[1] hda1[0] 768000 blocks [2/2] [UU]
md3 : active raid1 hdc3[1] hda3[0] 205056 blocks [2/2] [UU]
md4 : active raid1 hdc4[1] hda4[0] 28181056 blocks [2/2] [UU]
md6 : active raid1 hdc6[1] hda6[0] 131456 blocks [2/2] [UU]
unused devices: <none>


if everything is correct. Anyway, try using fdisk /dev/hda to check if
you can find the drive, also check with "dmesg" and the messages
log-file if it gives any information while booting.

Best regards,

Rickard Osser