Running an OpenWRT (24.10.0) One here with a 256GB M.2 NVMe card installed.
The /etc/exports contains:
/mnt/nvme1 *(rw,insecure,no_root_squash,no_subtree_check,sync,fsid=0)
showmount reports:
root@OpenWrt-One:~# showmount -e localhost
Export list for localhost:
/mnt/nvme1 *
root@OpenWrt-One:~#
... but exportfs reports this:
root@OpenWrt-One:~# exportfs -ra
exportfs: /mnt/nvme1 does not support NFS export
root@OpenWrt-One:~#
Have I misunderstood something? Or not installed all the required drivers?
Can/should the nvme support an NFS export?
Regards, Martin