Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| computers:synology [2022/01/05 20:14] – jon | computers:synology [2022/01/05 20:21] (current) – jon | ||
|---|---|---|---|
| Line 23: | Line 23: | ||
| ## Long Test | ## Long Test | ||
| smartctl -d sat -t long /dev/sata1 | smartctl -d sat -t long /dev/sata1 | ||
| - | ## Badblocks (will take several days, if not a week depending on disk size) | + | ## Badblocks (will take several days, if not a week depending on disk size due to running five passes) |
| ## Destructive | ## Destructive | ||
| - | badblocks -b 4096 -ws /dev/sata1 | + | badblocks -b 4096 -wsv /dev/sata1 |
| ## Non-destructive | ## Non-destructive | ||
| - | badblocks -b 4096 -ns /dev/sata1 | + | badblocks -b 4096 -nsv /dev/sata1 |
| </ | </ | ||