I have managed to compile the library for macos with a few changes, but it doesn't run properly.
This was tested on an M2 mac.
When I try to mount I get this message:
xadmin@r131-20 ~ % sudo fuse-nfs -S -i -n 'nfs://my-server?version=4' -m Fairy
Failed to mount nfs share : nfs_service failed
This is probably an issue with libnfs but I want to raise it here as I was using fuse-nfs. Libnfs mentions it was working on 10.4 but this is now 13.4.
If you need any further information I would love to provide it.
Besides, is there an option to pass arguments to osxfuse? The original reason why I was trying out this library is that there has been an issue with the builtin nfs client and I wanted to try the "local" option to get it working, which has worked with bindfs which is another fuse file system.
I have managed to compile the library for macos with a few changes, but it doesn't run properly. This was tested on an M2 mac.
When I try to mount I get this message:
This is probably an issue with libnfs but I want to raise it here as I was using fuse-nfs. Libnfs mentions it was working on 10.4 but this is now 13.4. If you need any further information I would love to provide it.
Besides, is there an option to pass arguments to osxfuse? The original reason why I was trying out this library is that there has been an issue with the builtin nfs client and I wanted to try the "local" option to get it working, which has worked with bindfs which is another fuse file system.