nvml-sys 0.0.6

A low-level FFI wrapper around the Persistent Memory Development Kit, PMDK (formerly NVML) and its libraries, including libpmem, libpmemobj and others. Currently tracks master after version 1.3.1.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Persistent Memory Development Kit

This is src/test/tools/pmemdetect/README.

This directory contains a simple application for PMEM-aware filesystem
and device dax detection. By default, If the 'path' argument points to a
directory on a PMEM device, the program exits with a status code indicating
success. If '-d' options is specified, the application checks if specified
path points to a device dax. Otherwise, the status code indicates failure.

It's used as a helper program by some unit tests.

Usage:
	$ pmemdetect [-d] <path>

Available options:
 -d     -- check if given path points to a device dax