Glossary:
- md: multiple devices
| command | description |
|---|---|
cat /proc/mdstat |
show status of all raids |
mdadm --detail /dev/md0 |
detailed status of raid md0 |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |