From 54272da47df70cadaf4e40cf785be94274bf5ead Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 8 Dec 2022 15:11:17 +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 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/disks_checks.md b/disks_checks.md index 0b4d5d5..f3adb40 100644 --- a/disks_checks.md +++ b/disks_checks.md @@ -1,3 +1,10 @@ Bienvenue sur le Wiki. -smartctl -a -l ssd /dev/sda -d cciss,0 #0,1,2,3,4 \ No newline at end of file +``` +# info and test results +smartctl -a /dev/sda -d cciss,0 #0,1,2,3,4 + +# tests +smartctl -t short /dev/sda -d cciss,3 + +``` \ No newline at end of file