Yes, this is true: by default (mostly for safety purposes) the Linux version does not automatically attempt to detect disk status information with hardware RAID enclosures built with JMicron chipset.
Generally based on the JMRaidCon library an extension made for Hard Disk Sentinel. By using that, in theory, the status information can be detected about disk members.
This tested on several systems/enclosures and on most of them, everything worked perfectly. But in one case, we found that it resulted the RAID array to break and the complete information stored on the drives lost.
This does not happen under Windows version of Hard Disk Sentinel, which uses different methods to detect status - but under Linux, things are different.
Because of this, I decided to not put it online - but offer on request, but with caution: use it only on your own risk!
As the JMRaidCon is not officially supported by JMicron (and not my work), I can't guarantee the success.
If you prefer, you may try:
1) download the file
www.hdsentinel.com/hdslin/detjm.tar.gz
2) extract the file to the folder where the Linux HDSentinel placed, so the file detjm should be there.
Set the permissions of detjm to executable (chmod 755 detjm).
3) launch HDSentinel as normal. If required, it will invoke the detjm external module to perform the detection of the disk information.
If I'm correct, the status of all drives should be detected and displayed.
For testing, I'd recommend to start this way:
./HDSentinel -test -r rep.txt >out.txt
and send the created rep.txt and out.txt
These would allow me to check the status information, verify the response of the chip and check if further changes would be required or not. These files would especially helpful if something is not perfect.
Also if you see jmbinfo.txt and jmbinfoX.txt
(X = 0 .. 4, the drive positions accessed) files created too, please send them, as then I can examine the "raw" response of the JMicron chip, check what the software got from the chip when tried to access the drives on the appropriate positions.