computers:synology

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computers:synology [2022/01/05 20:06] joncomputers:synology [2022/01/05 20:21] (current) jon
Line 14: Line 14:
 === Break-in steps === === Break-in steps ===
  
 +smartctl on Synology requires the use of the -d option to force it to specific disk modes. In our case, this will be SATA, so '-d sat' is used.
  
 +<code>
 +## List disk
 +smartctl -d sat -a /dev/sata1
 +## Short Test
 +smartctl -d sat -t short /dev/sata1
 +## Long Test
 +smartctl -d sat -t long /dev/sata1
 +## Badblocks (will take several days, if not a week depending on disk size due to running five passes)
 +## Destructive
 +badblocks -b 4096 -wsv /dev/sata1
 +## Non-destructive
 +badblocks -b 4096 -nsv /dev/sata1
 +</code>
 +
 +https://www.ixsystems.com/community/resources/hard-drive-burn-in-testing.92/
  
 https://community.synology.com/enu/forum/17/post/96581 https://community.synology.com/enu/forum/17/post/96581
  • computers/synology.1641413201.txt.gz
  • Last modified: 2022/01/05 20:06
  • by jon