python-fuse
python-fuse copied to clipboard
Export Xmp Mountpoint to NFS
Hi there,
was trying to do the following:
- start xmp so it mirrors another directory in system (lets say /input --> /output)
- share that mounted directory /output via NFS The first part works without a problem, but I am having issues getting the second part to work. I export the mounted directory and get no errors but I cannot see the files from the /input directory I know its a bit out of the scope of the xmp example, but would really appreciate any pointers or suggestions