Howto: Read SMART values from TR-002 via smartctl

I just put together a TR-002 for a customer and I tried to see how to read the internal SATA disk SMART values.

I used a nightly 8.x Windows build, but it should work the same in Linux or Mac

smartctl --scan //(Identify the correct device of the TR-002, here /dev/sdb)

smartctl -a -d jmb39x-q2,0 /dev/sdb //(Disk 0)
smartctl -a -d jmb39x-q2,1 /dev/sdb //(Disk 1)

I have seen this question come up often over the years, but I never had my hands on one, so I will leave this here

2 Likes