5 lines
163 B
Bash
Executable file
5 lines
163 B
Bash
Executable file
#!/bin/sh
|
|
# Nico Schottelius, 2018-02-24
|
|
# Copyright ungleich glarus ag
|
|
|
|
megacli -PDList -aall | grep -e "^Enclosure Device ID" -e "^Slot Number" -e ^Raw -e ^Firm
|