Changes between Version 38 and Version 39 of NVMe_Support
- Timestamp:
- Nov 18, 2024, 3:57:10 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NVMe_Support
v38 v39 16 16 - The `smartd` daemon tracks health (`-H`), error count (`-l error`) and temperature (`-W DIFF,INFO,CRIT`) 17 17 18 Currently NVMe support is implemented on Linux, FreeBSD, NetBSD, Windows and OSX. Details about supported version/driver combinations are provided in the next section.18 Currently NVMe support is implemented on Linux, FreeBSD, NetBSD, OpenBSD, Windows and OSX. Details about supported version/driver combinations are provided in the next section. 19 19 == NVMe support in the different OS == 20 20 ||=OS and driver=||=Supported by OS=||=Supported by Smartmontools=||=Native management tools=||=Notes=|| … … 22 22 ||FreeBSD 9.2 or later|| ✓ || ✓ ||[https://www.freebsd.org/cgi/man.cgi?query=nvmecontrol nvmecontrol]|| || 23 23 ||NetBSD 8.0 or later|| ✓ || ✓ || [http://netbsd.gw.com/cgi-bin/man-cgi/man?nvmectl+8+NetBSD-current nvmectl] || Smartmontools supports this since 6.6 (r4343). || 24 ||OpenBSD 6.0 or later|| ✓ || - || - || Currently [http://man.openbsd.org/?query=nvme&apropos=1 OpenBSD NVMe] driver does not provide NVMe pass-through functionality||24 ||OpenBSD 7.6 or later|| ✓ || ✓ || - ||Smartmontools supports this since r5637 (pre-7.5) || 25 25 ||MacOS 10.10.3+ native NVMe support || ✓ || ✓ || ||Before release 10.13 only Apple-branded NVMe devices were supported, monitoring API is implemented ([https://gist.github.com/samm-git/d4d7ba9929ff7d2c134251481505f544 NVMeSMARTClient]) but not documented. Limited NVMe support added in the [https://binaryfruit.com/drivedx DriveDx] app (commercial, closed source) and in the smartmontools since 6.6 (r4438).|| 26 26 ||Oracle Solaris 11.2+|| ✓ || - ||[https://docs.oracle.com/cd/E36784_01/html/E36871/nvmeadm-1m.html nvmeadm] ||Interface is not documented ||