Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
mdadm [2016/04/29 12:24]
steve
mdadm [2016/04/29 12:28]
steve
Line 181: Line 181:
 </​code>​ </​code>​
  
 +Shut down all arrays that can be shut down; not currently in use:
  
 +<​code>​
 +mdadm --stop --scan
 +</​code>​
 +
 +Check devices that have RAID superblocks and print out results:
 +
 +<​code>​
 +mdadm --examine --brief --scan --config=partitions
 +</​code>​