Hey everyone,
I recently built my first NAS. It was bough used with SAS hardware. I’ve finally got past all the roadblocks and problems that were in my way (I basically bricked a whole SAS drive, a hero of a lemmy user helped me fix it).
Now after filling the 15 TB of RAIDZ2 with around 100gb of data. One of the drives started waiving its white flag and wants to die on me.
I am a complete beginner with no experience with these things.
Is my drive dying and should be replaced? or can it be fixed?
This is the output of the 507 errors that TrueNAS received form it and labelled the vDev as degraded and the drive as faulted:
Output of zpool status and sudo smartctl -a /dev/sdd
As a beginner it looks like this drive is cooked, please let me know if it needs replacing so I can order a new one and replace it right away.
Thank you sooo much!
Edit: SAS not SATA drives



sudo? -all?
I’m going to assume truenas is entirely Linux based now because last time I worked on it, it was FreeBSD and it was
smartctl -x /dev/ada3as rootKind of, TrueNAS has “CORE” which is FreeBSD and “SCALE” which is Linux.
If you’re on CORE 13.X you can actually side-grade over to SCALE.
CORE is in maintenance only and SCALE is the path forward. So you can still get some updates on CORE I think, but everyone should be switching over to SCALE or using SCALE from here on out.
On FreeBSD it’s also
-aor-Afor shorter output.-a is limited for legacy compatibility, -x is the new all