Skip to content
Daniel Wagner edited this page Jan 9, 2025 · 10 revisions
  • nvme list shows wrong disk/block size

nvme-cli v2 relies on the kernel reporting the correct disk/block size via the sysfs interface.

Also ensure libnvme has:

and Linux kernel has (v6.8):

nvme id-ns shows the correct disk/block size because it will issue a command to read the current value.

Clone this wiki locally