Skip to content

Instantly share code, notes, and snippets.

@paramonovav
Last active August 29, 2015 14:27
Show Gist options
  • Save paramonovav/ea0c89d2ff4d564f59f2 to your computer and use it in GitHub Desktop.
Save paramonovav/ea0c89d2ff4d564f59f2 to your computer and use it in GitHub Desktop.
show raid 1 status on CentOS 6
#show raid status
mdadm --detail /dev/md0
lsraid -a /dev/md0
#http://www.tecmint.com/create-raid1-in-linux/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment