The issue with the NAS HDD could be resolved, but it may also indicate the drive is nearing failure.
The issue with the NAS HDD could be resolved, but it may also indicate the drive is nearing failure.
You're seeing SMART test warnings on your NAS despite HexOS not displaying them. Your datapool setup uses RAIDZ1 with three drives and 7.28 TiB per drive, meaning a single failure won't stop everything. Consider checking the RAID status, ensuring all drives are healthy, and reviewing any recent changes. If unsure, you might want to consult the documentation or reach out to support for further guidance.
Use a tool like WD or Seagate to examine the drive and view its current status.
IIRC from the truenas shell you can pull the SMART values with: smartctl -a *diskidhere* So: something like: smartctl -a /dev/sdca (<--or whatever disk it was) I know I have notes about this at home (so I can check this), as I always run the long tests every time I stick a new drive in my NAS to verify it's good. Odds are high though the drive needs replaced once it fails the extended / long test. I wouldn't trust it.
TrueData_admin@REDACTED[~]$ smartctl -a /dev/sdc [sudo] password for truenas_admin: smartctl 7.4 2023-08-01 r5530 [x86_64-linux-6.6.44-production+truenas] (local build)
著作权(2002-23),Bruce Allen,Christian Franke,www.smartmontools.org === BEGIN INFORMATION START ===
型号:Western Digital Red Pro
机型:WD8001FFWX-68J1UN0
序列号:R6GPHMLY
设备ID:5 000cca 263c9c679
固件版本:83.H0A03
用户容量:8,001,563,222,016 bytes [8.00 TB]
数据块大小:512 bytes(逻辑),4096 bytes(物理)
旋转速率:7200 rpm
尺寸:3.5英寸
系统状态:在智能监控数据库7.3/5528中,版本ACS-2 ATA8-ACS T13/1699-D 4,SATA版本SATA 3.1,速度6.0 Gb/s(当前6.0 Gb/s)
时间戳:2025年11月5日 星期几 04:22:40 PST
支持信息:SMART功能可用,状态显示“启用”
SMART自检结果:通过
总体健康评估:通过
主要值:Offline数据收集状态(0x80);Auto Offline Data Collection:开启;
自检执行:无错误或此类自检从未运行。
完成时间:101秒
可执行功能:即时启动、开关/关闭支持、自检支持、传输速度测试等
兼容性:支持SCT、SCT错误恢复、数据表等
存储属性:数据结构版本16,SMART属性详细定义
错误记录:不支持,建议查阅smartctl -x获取更多详情。
建议:运行 'smartctl -x'以获取更详细信息。
END INFORMATION START ===
Using the Code tag keeps the formatting intact and improves clarity.
Please note the changes you suggested and let me know if you'd like me to revise it further.