Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- # This should shut down the raid array to enable power off
- umount /dev/md126
- sleep 2
- mdadm --stop /dev/md126
- sleep 2
- exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement