diff options
Diffstat (limited to 'issues/systems/tux04-disk-issues.gmi')
-rw-r--r-- | issues/systems/tux04-disk-issues.gmi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/issues/systems/tux04-disk-issues.gmi b/issues/systems/tux04-disk-issues.gmi index c9108f3..cea5a59 100644 --- a/issues/systems/tux04-disk-issues.gmi +++ b/issues/systems/tux04-disk-issues.gmi @@ -81,3 +81,17 @@ Device Firmware Level: R30A ``` So the drives are OK and the controller is not complaining. + +Smartctl self tests do not work on this controller: + +``` +tux04:/$ smartctl -t short -d megaraid,0 /dev/sdf -c +Short Background Self Test has begun +Use smartctl -X to abort test +``` + +and nothing ;). Megacli is actually the tool to use + +``` +megacli -AdpAllInfo -aAll +``` |