From fa839004bec0e957f6aa1d9c408813d9b6275070 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Dec 2022 15:14:31 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'disks=5Fchecks'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- disks_checks.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/disks_checks.md b/disks_checks.md index f3adb40..7109a0f 100644 --- a/disks_checks.md +++ b/disks_checks.md @@ -2,9 +2,15 @@ Bienvenue sur le Wiki. ``` # info and test results -smartctl -a /dev/sda -d cciss,0 #0,1,2,3,4 +smartctl -a /dev/sda -d cciss,0 #0,1,2,3, # tests smartctl -t short /dev/sda -d cciss,3 + +# check for errors +smartctl -l error /dev/sda -d cciss,1 +# ignore non medium errors, if the number does not grow + + ``` \ No newline at end of file