Run a pool scrub
A scrub reads every block on the ZFS pool and verifies checksums. It catches silent bit rot before it spreads. The pool stays online during a scrub; performance may dip.
Reference: Backups and pool health.
When to run one
| Situation | Guidance |
|---|---|
| Routine | Monthly — TrueNAS can schedule this automatically |
| After replacing a drive | Run a manual scrub once resilver completes |
| After checksum errors | Run scrub, then check SMART on suspect disks |
| Never needed for "speed" | Scrubs are for integrity, not performance tuning |
A full scrub on ~100 TB usable space can take many hours. Start off-peak if the family is streaming or copying large files.
Check if a scrub is already scheduled
- Open dsm.saxobroko.com.
- Go to Storage → select the pool.
- Open the Scrub tab (or Periodic Scrub Tasks depending on UI version).
- Note the schedule — e.g. first Sunday of the month at 00:00.
If a schedule exists and last scrub passed, you usually do not need a manual run.
Run a manual scrub now
- Log in to TrueNAS.
- Storage → click the pool name.
- Open Scrub (or Scrub Pool action in the pool menu).
- Click Scrub Pool / Start Scrub.
- Confirm if prompted.
Monitor progress
- Stay on Storage → pool → Scrub tab, or check Tasks / Jobs in the UI.
- Watch percentage complete and estimated time.
- Status should end as Finished with 0 errors.
During scrub:
- Jellyfin and SMB still work — may be slower.
- Avoid starting huge new torrent imports if the NAS feels sluggish.
If the scrub reports errors
- Write down the error count and which vdev or disk is mentioned.
- Do not delete the pool.
- Go to Read SMART disk errors and identify the sick drive.
- If the pool shows DEGRADED, switch to When the pool is degraded.
Change the scrub schedule (optional)
- Storage → pool → Scrub → Edit schedule (or Tasks → Scrub Tasks).
- Pick a quiet time — e.g. weekly or monthly, 2–4 AM.
- Save.
Do not cancel scrubs repeatedly without reason
Stopping mid-scrub is safe for data but delays verification. Let it finish unless the NAS is unusably slow and you need temporary relief.