You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2024. It is now read-only.
kernel = 4.19
Did the full procedure of manually installing the module, so I should have the latest release, but still get the following error message when starting the nfs server, for which I exported 2 paths that are located on the exfat volume:
systemd[1]: Starting NFS server and services...
exportfs[2985]: exportfs: /media/usb1 does not support NFS export
exportfs[2985]: exportfs: /media/usb0 does not support NFS export
systemd[1]: nfs-server.service: Control process exited, code=exited, status=1/FAILURE
systemd[1]: nfs-server.service: Failed with result 'exit-code'.
systemd[1]: Stopped NFS server and services.
The exfat-fuse-version had also this issue in an earlier build (found some topic about it), but they did some code changes to allow nfs exports on an exfat volume.
Can you have a look into this also?
kernel = 4.19
Did the full procedure of manually installing the module, so I should have the latest release, but still get the following error message when starting the nfs server, for which I exported 2 paths that are located on the exfat volume:
systemd[1]: Starting NFS server and services...
exportfs[2985]: exportfs: /media/usb1 does not support NFS export
exportfs[2985]: exportfs: /media/usb0 does not support NFS export
systemd[1]: nfs-server.service: Control process exited, code=exited, status=1/FAILURE
systemd[1]: nfs-server.service: Failed with result 'exit-code'.
systemd[1]: Stopped NFS server and services.
The exfat-fuse-version had also this issue in an earlier build (found some topic about it), but they did some code changes to allow nfs exports on an exfat volume.
Can you have a look into this also?