Changes between Initial Version and Version 1 of Ticket #1958
- Timestamp:
- Jun 10, 2025, 6:56:02 PM (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1958
- Property Component smartctl → all
- Property Keywords nvme windows added; VMD RST removed
- Property Type defect → enhancement
-
Ticket #1958 – Description
initial v1 1 1 Unable to read/retrieve data on VMD-mapped NVMe SSD with smartctl.exe -a command. 2 2 3 {{{ 3 4 Read NVMe Identify Controller failed: IOCTL_STORAGE_QUERY_PROPERTY(NVMe) failed, Error=1 5 }}} 4 6 5 7 My system has 4 NVMe SSDs connected and 1 is mapped under VMD. The VMD-mapped device fails to read/retrieve any data from smarctl.exe -a. Is this a known issue or limitation? 6 8 7 9 Logs: 10 {{{ 8 11 C:\Program Files\smartmontools\bin>smartctl --scan 9 12 /dev/sda -d nvme # /dev/sda, NVMe device => VMD-mapped NVMe … … 146 149 /dev/sdc -d nvme # /dev/sdc, NVMe device 147 150 /dev/sdd -d nvme # /dev/sdd, NVMe device 151 }}}