Add script to list (unconfigured) disks
This commit is contained in:
parent
c39f07295e
commit
7f4d0cb974
1 changed files with 5 additions and 0 deletions
5
raid-list-disks-status
Executable file
5
raid-list-disks-status
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
# Nico Schottelius, 2018-02-24
|
||||||
|
# Copyright ungleich glarus ag
|
||||||
|
|
||||||
|
megacli -PDList -aall | grep -e "^Enc" -e ^Slot -e ^Raw -e ^Firm
|
Loading…
Reference in a new issue