Changes between Version 3 and Version 4 of NVMe_Support
- Timestamp:
- Apr 13, 2016, 11:51:17 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NVMe_Support
v3 v4 7 7 - [http://ocz.com/enterprise/download/guides/ZDrive_6000_Series_Datasheet.pdf OCZ Z-Drive] specification, with vendor-specific smart log page (E0h) 8 8 == Smartmontools NVMe support == 9 Smartmontools supports NVMe starting from fromversion 6.5. Please note, that currently NVMe support is considered as experimental. Currently implemented features:10 - Basic information about controller name, firmware, capacity 9 Smartmontools supports NVMe starting from version 6.5. Please note, that currently NVMe support is considered as experimental. Currently implemented features: 10 - Basic information about controller name, firmware, capacity (`smartctl -i`) 11 11 - SMART overall-health self-assessment test result and warnings (`smartctl -H`) 12 12 - NVMe SMART attributes (`smartctl -A`) 13 - NVMe error log (`smartctl -l error `)13 - NVMe error log (`smartctl -l error[,NUM]`) 14 14 - Ability to fetch any nvme log (`smartctl -l nvmelog,N,SIZE`) 15 - Initial smartd support15 - The `smartd` daemon tracks health (`-H`), error count (`-l error`) and temperature (`-W DIFF,INFO,CRIT`) 16 16 17 17 Currently NVMe support is implemented on Linux, Windows and FreeBSD. Details about supported version/driver combinations are provided in the next section.