Custom Query (1365 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (181 - 183 of 1365)

Ticket Owner Reporter Resolution Summary
#691 Christian Franke Christian Franke fixed os_win32.cpp: Support Windows 10 NVMe driver (stornvme.sys)
Description

The Windows 10 NVMe driver supports access to NVMe info via new enhanced version of IOCTL_STORAGE_QUERY_PROPERTY which uses STORAGE_PROTOCOL_SPECIFIC_DATA structure.

See also: Working with NVMe drives.

#694 bill jai invalid about the smartmontools command to fetch the NVMe SSD info under Windows.
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

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

#710 Tomáš Chvátal fixed Trac update-smart-drivedb inverse logic typo
Description

In the code there atm is:

test -z "$dryrun"
exit 0

Which should be one of those:

test -n "$dryrun"
exit 0

test -z "$dryrun" && exit 0

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.