How to resolve “No such device or file” error when opening files on a pfs-formatted disk with custom fio’s pfs ioengine (while pfs tools works)?
Summary The failure to open files on a pfs‑formatted disk through a custom fio ioengine occurs because the fio engine is invoking pfs_open() without initializing the PFS environment, without mounting a PFS instance, and without providing a valid PFS work directory. The official pfs CLI tools succeed because they implicitly perform these initialization steps, while … Read more