# Watch them resync and wait until complete. watch cat /proc/mdstat # if watch is not available on your system (busybox on qnap e.g.) while true ; do cat /proc/mdstat; sleep 3 ; clear; done
Linux -> How to -> RAID -> check status of rebuild
16.Mar.2015