Changes between Initial Version and Version 1 of Ticket #1283
- Timestamp:
- Jan 10, 2020, 11:05:28 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1283 – Description
initial v1 1 The QNAP TR-004 does use the JMB39X chipset but smartctl -a -d jmb39x, [0-3] does not return a valid JMB39X response. This is due to the fact that the request sector commands as well as the identify command differ from the jmb39x implementation. I have reverse engineered the QNAP TR-004 response and created a PR on GitHub[1].1 The QNAP TR-004 does use the JMB39X chipset but smartctl -a -d jmb39x,![0-3] does not return a valid JMB39X response. This is due to the fact that the request sector commands as well as the identify command differ from the jmb39x implementation. I have reverse engineered the QNAP TR-004 response and created a PR on !GitHub![1]. 2 2 This adds currently a new device (qnaptr) with the same usage pattern as jmb39x. 3 3 Feel free to change the code of the PR as needed(e.g. adding it as another option to jmb39x). 4 4 5 [1] https://github.com/smartmontools/smartmontools/pull/475 ![1] https://github.com/smartmontools/smartmontools/pull/47