Sfoglia il codice sorgente

Add convoyance test note

Håvard O. Nordstrand 5 anni fa
parent
commit
0c01a05dd7
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 5 3
      config/linux-server/storage.md

+ 5 - 3
config/linux-server/storage.md

@@ -14,14 +14,16 @@ breadcrumbs:
 ## Notes
 ## Notes
 
 
 - Storage typically uses base-10 prefixes like speed but unlike memory.
 - Storage typically uses base-10 prefixes like speed but unlike memory.
-
-## Guidelines
-
 - Higher-end SSDs provide power loss protection which generally consists of an on-board capacitor used to flush the device cache in case of power loss.
 - Higher-end SSDs provide power loss protection which generally consists of an on-board capacitor used to flush the device cache in case of power loss.
   Typically DC-grade devices do but cheap consumer devices to not.
   Typically DC-grade devices do but cheap consumer devices to not.
+
+## Guidelines
 - SSDs can be overprovisioned in order to improve performance by leaving unused space the SSD can use internally.
 - SSDs can be overprovisioned in order to improve performance by leaving unused space the SSD can use internally.
   Factories typically reserve some minimum size appropriate to the drive, but users can overprovision further by leaving space unallocated/unpartitioned at the end of the drive.
   Factories typically reserve some minimum size appropriate to the drive, but users can overprovision further by leaving space unallocated/unpartitioned at the end of the drive.
   It's typically not needed to overprovision newer SSDs.
   It's typically not needed to overprovision newer SSDs.
+- After receiving a new drive or after transporting an existing drive, you may want to run a SMART conveyance test,
+  which is similar to a short test but targeted at this scenario.
+  See [smartmontools](../../linux-general/applications/#smartmontools).
 
 
 ### RAID
 ### RAID