7 lines
177 B
Text
7 lines
177 B
Text
|
#!/bin/sh
|
||
|
# Nico Schottelius, 2018-02-24
|
||
|
# Copyright ungleich glarus ag
|
||
|
|
||
|
# Removes entries for virtual drives without physical drives
|
||
|
megacli -DiscardPreservedCache -Lall -aall
|