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