Scroll to navigation

libnvme_ns_read(9) libnvme API manual libnvme_ns_read(9)

NAME

libnvme_ns_read - Read from a namespace

SYNOPSIS

int libnvme_ns_read (libnvme_ns_t n , void *buf , off_t offset , size_t count );

ARGUMENTS

Namespace instance
Buffer into which the data will be transferred
LBA offset of n
Number of sectors in buf

RETURN

Number of sectors read or -1 on error.

libnvme_ns_read July 2026