Add Scripts/Bash/MDADM - Grow Array Size.md
This commit is contained in:
5
Scripts/Bash/MDADM - Grow Array Size.md
Normal file
5
Scripts/Bash/MDADM - Grow Array Size.md
Normal file
@ -0,0 +1,5 @@
|
||||
https://www.digitalocean.com/community/tutorials/how-to-create-raid-arrays-with-mdadm-on-ubuntu-16-04
|
||||
``` sh
|
||||
sudo mdadm --grow /dev/md0 -l 5
|
||||
cat /proc/mdstat
|
||||
```
|
Reference in New Issue
Block a user