arter97 / exfat-linux

EOL exFAT filesystem module for Linux kernel. Everyone should be using https://github.com/namjaejeon/linux-exfat-oot instead.
Other
262 stars 59 forks source link

does not support NFS export #21

Open tapufd opened 4 years ago

tapufd commented 4 years ago

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?