computers:synology

Differences

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

Link to this comparison view

Next revision
Previous revision
computers:synology [2021/12/08 03:21] – created localadmincomputers:synology [2022/01/05 20:21] (current) jon
Line 12: Line 12:
 Note, that due to how Synology utilizes a disk to get the OS functional to use, you won't be able to break in all the drives at once. If you have a spare drive you can toss in, that might help so that the OS can stay functional. The commands do not eat up a lot of RAM, so they can be run simultaneously. The disk can not be in use with the NAS. Note, that due to how Synology utilizes a disk to get the OS functional to use, you won't be able to break in all the drives at once. If you have a spare drive you can toss in, that might help so that the OS can stay functional. The commands do not eat up a lot of RAM, so they can be run simultaneously. The disk can not be in use with the NAS.
  
-https://community.synology.com/enu/forum/17/post/96581+=== 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.1638933661.txt.gz
  • Last modified: 2021/12/08 03:21
  • by localadmin