MrToddsFriends
Documentation Browser
- Joined
- Jan 12, 2015
- Messages
- 1,338
In my FreeNAS system I have four WD Red 3TB drives from different years. All of them show identical Firmware Version strings but the newest of them shows a different behavior regarding logs supported.
I'm on FreeNAS-11.1-U4 and I am using
shipped with this FreeNAS version. The output of
Now pointing out the differences: ada4, the newest of these WD Red drives, has support for the Device Statistics log and the Pending Defects log while the others don't.
Year of purchase for ada4 was 08/2017, ada5 is from 06/2016 and the other two are from 12/2014.
Firmware version and device model strings for these drives, as well as serial numbers:
Firmware version and device model strings are identical for all four drives. First few characters of serial numbers were changed from WD-WMC to WD-WCC in the past, but with no easily detectable change related to the supported logs reported above.
This is just a little heads up for those of you interested in these details.
I'm on FreeNAS-11.1-U4 and I am using
smartctl 6.6 2017-11-05 r4594 [FreeBSD 11.1-STABLE amd64] (local build)
shipped with this FreeNAS version. The output of
smartctl -x
for all four WD Red drives is on my hand as smartctl_adaX.log
with X from 2,3,4,5.Now pointing out the differences: ada4, the newest of these WD Red drives, has support for the Device Statistics log and the Pending Defects log while the others don't.
Code:
~ # grep "Device Statistics" *ada2.log *ada3.log *ada4.log *ada5.log smartctl_ada2.log:Device Statistics (GP/SMART Log 0x04) not supported smartctl_ada3.log:Device Statistics (GP/SMART Log 0x04) not supported smartctl_ada4.log:0x04 GPL,SL R/O 8 Device Statistics log smartctl_ada4.log:Device Statistics (GP Log 0x04) smartctl_ada5.log:Device Statistics (GP/SMART Log 0x04) not supported ~ # grep "Pending Defects" *ada2.log *ada3.log *ada4.log *ada5.log smartctl_ada2.log:Pending Defects log (GP Log 0x0c) not supported smartctl_ada3.log:Pending Defects log (GP Log 0x0c) not supported smartctl_ada4.log:0x0c GPL R/O 2048 Pending Defects log smartctl_ada4.log:Pending Defects log (GP Log 0x0c) supported [please try: '-l defects'] smartctl_ada5.log:Pending Defects log (GP Log 0x0c) not supported
Year of purchase for ada4 was 08/2017, ada5 is from 06/2016 and the other two are from 12/2014.
Firmware version and device model strings for these drives, as well as serial numbers:
Code:
~ # grep "82.00A82" *ada2.log *ada3.log *ada4.log *ada5.log smartctl_ada2.log:Firmware Version: 82.00A82 smartctl_ada3.log:Firmware Version: 82.00A82 smartctl_ada4.log:Firmware Version: 82.00A82 smartctl_ada5.log:Firmware Version: 82.00A82 ~ # grep "WDC WD30EFRX-68EUZN0" *ada2.log *ada3.log *ada4.log *ada5.log smartctl_ada2.log:Device Model: WDC WD30EFRX-68EUZN0 smartctl_ada3.log:Device Model: WDC WD30EFRX-68EUZN0 smartctl_ada4.log:Device Model: WDC WD30EFRX-68EUZN0 smartctl_ada5.log:Device Model: WDC WD30EFRX-68EUZN0 ~ # grep "Serial Number" *ada2.log *ada3.log *ada4.log *ada5.log smartctl_ada2.log:Serial Number: WD-WMC4N0E6K1VF smartctl_ada3.log:Serial Number: WD-WMC4N0E18MRH smartctl_ada4.log:Serial Number: WD-WCC4N3SRHDH9 smartctl_ada5.log:Serial Number: WD-WCC4N0UHPJRX
Firmware version and device model strings are identical for all four drives. First few characters of serial numbers were changed from WD-WMC to WD-WCC in the past, but with no easily detectable change related to the supported logs reported above.
This is just a little heads up for those of you interested in these details.