EtiennePerot / fuse-jna

No-nonsense, actually-working Java bindings to FUSE using JNA.
http://fusejna.net/
Other
137 stars 43 forks source link

Permission denied: access to /mountpath denied #52

Closed segator closed 9 years ago

segator commented 9 years ago

If you try to do operation in terminal all works fine: example cp /fuse-jna-mount/file.mkv /home/random/

but if you have some application(apache/plex/...), that try to access the mount.. all get same error

Permission denied, I try to set 777 permissions but all have same problem.

segator commented 9 years ago

There are no issue, we need to override method getOptions and return "-o","allow_others"