RAID: Redundant Array of Indipendent Disks: differenze tra le versioni

Riga 137: Riga 137:
<pre>
<pre>
# cat /proc/mdstat
# cat /proc/mdstat
</pre>
Risincronizzare un array. Se il comando precedente restituisce:
<pre>
md0 : active (auto-read-only) raid1 sda1[0] sdb1[1]
2000000 blocks [2/2] [UU]
resync=PENDING</pre>
occorre dare il comando:
<pre>
# mdadm --readwrite /dev/mdX
</pre>e la sincronizzazione ripartirà:<pre>
[===>...] resync = 16.2% (324736/2000000) finish=0.6min speed=46390K/sec
</pre>
</pre>