I noticed another obvious problem:
You show the disk /dev/sda Raid 1 Volume, i.e. consisting of two physical ones.
If smartctl returns one set of indicators. Obviously, it cannot combine two sets of data.
The device should not be called /dev/sda.
Usually for Windows, disks are polled separately with the -d driver specified.
There is some key or naming convention there.
Try to find the correct command. It will be something like:
smartctl -a /dev/csmi0,1
I do not have this exact controller model and it is difficult for me to give a ready-made recipe. But I hope this information will help you.
You show the disk /dev/sda Raid 1 Volume, i.e. consisting of two physical ones.
If smartctl returns one set of indicators. Obviously, it cannot combine two sets of data.
The device should not be called /dev/sda.
Usually for Windows, disks are polled separately with the -d driver specified.
There is some key or naming convention there.
"scsi_vendor": "Intel",\r\n "scsi_product": "Raid 1 Volume",\r\n
smartctl -a /dev/csmi0,1
I do not have this exact controller model and it is difficult for me to give a ready-made recipe. But I hope this information will help you.
Comment