Skip to content

Commit 736e02b

Browse files
docs(dedibox-hardware): update smartctl troubleshooting int-fix-dedibox-defective-disk-position
1 parent 164c741 commit 736e02b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,20 @@ ATA Standard is: ATA-8-ACS revision 3b
187187
Local Time is: Fri Oct 29 11:20:27 2010 CEST
188188
```
189189

190+
## Retrieve disk position
191+
192+
The most important step when you create a support ticket to replace a defective disk is to also provide the **physical location** of the all disks.
193+
194+
Here is a command you can run to retrieve the position of the all disks and send it the result in your ticket :
195+
196+
<Message type="important">
197+
This command works **only for software RAID** setups.
198+
</Message>
199+
200+
```
201+
lsblk --paths --sort HCTL --output hctl,name,size,model,rev,serial,tran,phy-sec --bytes | grep -v loop0
202+
```
203+
190204
<Message type="tip">
191205
For more information on Smartmontools, refer to the [official documentation](https://www.smartmontools.org/wiki/TocDoc).
192206
</Message>

0 commit comments

Comments
 (0)