Opened 8 years ago

Closed 8 years ago

#694 closed defect (invalid)

about the smartmontools command to fetch the NVMe SSD info under Windows.

Reported by: bill jai Owned by:
Priority: major Milestone:
Component: all Version: 6.5
Keywords: nvme windows Cc:

Description

Hi, I downloaded the smartmontool v6.5 and tried to get the NVMe SSD on Windows. However, I cannot successfully execute the following command. Is there any mistake for my command?

Thanks a lot.

=====================================

D:\bin>smartctl --scan
/dev/sdb -d ata # /dev/sdb, ATA device
/dev/csmi1,2 -d ata # /dev/csmi1,2, ATA device

==> the list does not contains the NVMe drive.

d:\bin>smartctl -d nvme --scan

===> nothing was displayed

D:\bin>smartctl -d nvme /dev/sda -i

smartctl 6.5 2016-05-07 r4318 [x86_64-w64-mingw32-win10] (sf-6.5-1)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

Smartctl open device: /dev/sda failed: Invalid argument

=====================================

Change History (2)

comment:1 by Christian Franke, 8 years ago

Keywords: nvme windows added
Milestone: undecided

Please do not use bug tracker for support questions, use mailing list instead.

Which NVMe driver is used?
Which NVMe device is used?
Do other tools report NVMe info?

Note that only NVMe drivers which provide ​NVME_PASS_THROUGH I/O-control are supported (see NVMe wiki page). Output of smartctl -d nvme --scan suggests that this is not the case for the installed driver.

Pseudo device name /dev/sda does not work for NVMe. Try /dev/nvme0 for first NVMe device (see man page).

comment:2 by Christian Franke, 8 years ago

Milestone: undecided
Resolution: invalid
Status: newclosed

No reply since May 16.

Note: See TracTickets for help on using tickets.