Re: problème pour arrêter un raid

トップ ページ

このメッセージに返信
著者: Christian Marillat
日付:  
To: guilde
題目: Re: problème pour arrêter un raid
On 16 janv. 2018 14:22, Michel Roche <listes.pichel@???> wrote:

[...]

> Pour connaitre l'état de tes raids :
> mdadm --detail /dev/md126


Il y a quand même plus simple :

,----
| $ cat /proc/mdstat 
| Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
| md126 : active (auto-read-only) raid1 sda1[0] sdb1[1]
|       511988 blocks super 1.0 [2/2] [UU]
|       
| md127 : active raid1 sda2[0] sdb2[1]
|       972798844 blocks super 1.1 [2/2] [UU]
|       bitmap: 1/8 pages [4KB], 65536KB chunk
| 
| unused devices: <none>

`----

Christian