π ~1 min read
Table of contents
Symptom & Impact
zpool status shows DEGRADED and resilver risk increases if additional disk faults occur.
Environment & Reproduction
Usually follows transient SAS/SATA errors, cable issues, or controller resets.
zpool status -xv
zpool list
dmesg -a | egrep -i 'ahci|nvme|cam|timeout|error' | tail -n 80
Root Cause Analysis
I/O timeout marks one vdev as faulted or unavailable, degrading redundancy.
Quick Triage
Identify exact device and confirm if fault is persistent or transient.
zpool status
camcontrol devlist
glabel status
Step-by-Step Diagnosis
Cross-check serial mapping and SMART health for impacted device.
smartctl -a /dev/
geom disk list
zdb -l /dev/

Solution – Primary Fix
Replace or online recovered device, then monitor resilver completion.
Still having issues? Our Server Management team can diagnose and resolve this for you. Get in touch for a free consultation.
zpool clear
zpool online
# or replace failed media
zpool replace

Solution – Alternative Approaches
If pathing issue, reseat cable or HBA lane and re-import pool safely.
zpool export
zpool import -f
zpool scrub
Verification & Acceptance Criteria
Pool returns ONLINE and scrub completes with zero checksum/read/write errors.
zpool status -xv
zpool events -v | tail -n 80
Rollback Plan
If replacement introduces issues, offline new disk and restore previous proven path.
zpool offline
zpool online
Prevention & Hardening
Run periodic scrubs and proactive SMART alerting to detect latent failures early.
sysrc zfs_enable=YES
zpool set autoreplace=on
zpool scrub
Related Errors & Cross-Refs
Similar symptoms can come from enclosure power events and unstable HBAs.
Related tutorial: View the step-by-step tutorial for FreeBSD 14.
View all FreeBSD 14 tutorials on the Tutorials Hub β
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
zpool and zfs manuals, FreeBSD ZFS operational guidance, and SMART tooling docs.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today β we respond within one business day.