1
vote
1answer
83 views

Samba shares on fuseiso mounts don't work

I've set up a CD-server which gets it's ISOs from a remote fileserver via cifs. To mount those ISOs I use fuseiso. When I try to connect to such a fuseiso mount I get NT_STATUS_BAD_NETWORK_NAME, if I ...
1
vote
1answer
664 views

Error running Samba share of fuse mount

I have created a fuse directory, and start it like this: ./myfuse /home/shared -o allow_other -o umask=022 -o nonempty -d I can access it like this: ls -la /home/shared and it works fine. Ok, turn ...