diff --git a/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx b/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx
index a0773d3a54..562fa0d747 100644
--- a/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx
+++ b/pages/dedibox-hardware/troubleshooting/diagnose-defective-disk.mdx
@@ -194,13 +194,44 @@ When you create a support ticket to replace a defective disk, you must also prov
Use the following command to retrieve the position of all disks, and copy/paste the result into your support ticket:
- This command works **only for software RAID** setups.
+ You do not need to perform this step if the machine is equipped with an **NVMe** disk.
+Command result to be returned to support for software RAIDs only.
+
```
lsblk --paths --sort HCTL --output hctl,name,size,model,rev,serial,tran,phy-sec --bytes | grep -v loop0
```
+For RAID controller P410, P420, P222
+
+```
+ssacli ctrl all show config
+```
+
+## Offers incompatible with disk replacement
+
+
+ Some Dedibox machines are hosted on blade servers, where a single blade may host multiple customers.
+ In these environments, replacing or disconnecting disks would affect other customers, making disk replacement unavailable.
+
+ If your server appears on the list and its storage status is indeed `FAILED`, open a [support ticket](/account/how-to/open-a-support-ticket/).
+
+
+| Offers incompatible with disk replacement |
+|-----------------------------|
+| Start-2-S-SSD |
+| Start-2-XS-SATA |
+| Start-2-S-SATA |
+| Start-3-S-SSD |
+| Start-1-M-SATA |
+| Start-1-M-SSD |
+| Start-2-M-SATA |
+| Start-2-M-SSD |
+| Start-2-L |
+| Start-3-L |
+| Pro-6-XS |
+
For more information on Smartmontools, refer to the [official documentation](https://www.smartmontools.org/wiki/TocDoc).