[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4r and NO RAID since Patch
- Subject: Re: [cobalt-users] RaQ4r and NO RAID since Patch
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Nov 28 07:54:38 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> +Does that actually mean the raid is working? Can someone please give
> +me some advice on this.
> +
> [root /root]# 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] 18869696 blocks [2/1] [_U]
> md6 : active raid1 hdc6[1] 131456 blocks [2/1] [_U]
> unused devices: <none>
>
> This is how it looks when RAID is NOT working. If it was the numbers
between
> the brackets would be: [2/2]
>
This is how it looks when raid *is* working.
[root /root]# 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] 18869696 blocks [2/2] [UU]
md6 : active raid1 hdc6[1] hda6[0] 131456 blocks [2/2] [UU]
unused devices: <none>