Skip to content

Commit

Permalink
Update mdadm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsHLunde authored Aug 17, 2022
1 parent 01e9794 commit f8a16d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdadm.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
```
mdadm --stop /dev/md0
mdadm --assemble --run --force --update=resync /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 /dev/sdg1 /dev/sdh1 /dev/sdi1 /dev/sdj1
mdadm --detail --scan --verbose | sudo tee -a /etc/mdadm.conf
```

0 comments on commit f8a16d0

Please sign in to comment.