Skip to content

Commit 48b1aa3

Browse files
authored
docs(ddx): add edits (#4369)
1 parent 751ec58 commit 48b1aa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to diagnose a failing disk
88
tags: dedibox diagnosis failing-disk
99
dates:
10-
validation: 2024-09-10
10+
validation: 2025-02-06
1111
posted: 2021-11-02
1212
categories:
1313
- dedibox-servers
@@ -27,15 +27,15 @@ The tool supports the vast majority of modern hard drives.
2727
- A Dedibox account logged into the [console](https://console.online.net)
2828
- A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox/)
2929

30-
## How to check a single-disk server
30+
## How to check a server with no RAID controller
3131

3232
1. Log into your server using SSH.
3333
2. Run the following command from the root account (or precede it with `sudo`):
3434
```
35-
smartctl -a /dev/sda
35+
smartctl -a /dev/sdx
3636
```
3737
<Message type="note">
38-
The identifier `sda` refers to your hard disk.
38+
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.
3939
</Message>
4040

4141
## How to check a Dell multi-disk server

0 commit comments

Comments
 (0)