From 908f57f4985b35e00642dd0c06ba0b85be79d774 Mon Sep 17 00:00:00 2001 From: Marion Cherel Date: Wed, 5 Feb 2025 15:58:57 +0100 Subject: [PATCH 1/3] feat(dedibox): smart tests --- .../hardware/troubleshooting/diagnose-defective-disk.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx b/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx index 142a7fbe72..9d4d7add49 100644 --- a/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx +++ b/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx @@ -27,15 +27,15 @@ The tool supports the vast majority of modern hard drives. - A Dedibox account logged into the [console](https://console.online.net) - A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox/) -## How to check a single-disk server +## How to check server with no RAID controller 1. Log into your server using SSH. 2. Run the following command from the root account (or precede it with `sudo`): ``` - smartctl -a /dev/sda + smartctl -a /dev/sdx ``` - The identifier `sda` refers to your hard disk. + The identifier `sdx` refers to your hard disk, replacing x with a,b or c... depending on the disk you want to test. ## How to check a Dell multi-disk server From e1b3dcf1e03baf37c95471c35f905dbce59369e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:09:18 +0100 Subject: [PATCH 2/3] Update dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx b/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx index 9d4d7add49..fab0b6c5cd 100644 --- a/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx +++ b/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx @@ -35,7 +35,7 @@ The tool supports the vast majority of modern hard drives. smartctl -a /dev/sdx ``` - The identifier `sdx` refers to your hard disk, replacing x with a,b or c... depending on the disk you want to test. + The identifier `sdx` refers to your hard disk, replacing x with a, b or c etc. depending on the disk you want to test. ## How to check a Dell multi-disk server From feddd1b7be4f277a0aa1c130b993fb06d10ccfa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:10:23 +0100 Subject: [PATCH 3/3] Update dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx --- dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx b/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx index fab0b6c5cd..069be07d1c 100644 --- a/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx +++ b/dedibox/hardware/troubleshooting/diagnose-defective-disk.mdx @@ -35,7 +35,7 @@ The tool supports the vast majority of modern hard drives. smartctl -a /dev/sdx ``` - The identifier `sdx` refers to your hard disk, replacing x with a, b or c etc. depending on the disk you want to test. + The identifier `sdx` refers to your hard disk. Make sure that you replace `x` with `a`, `b` , `c`, etc. depending on the disk you want to test. ## How to check a Dell multi-disk server