Access Denied Exception - Fuse

Support for macOS users
Post Reply
fumrasmussen
Posts: 2
Joined: 24 Oct 2019, 15:51

Access Denied Exception - Fuse

Post by fumrasmussen »

For starters my local OS is MacOS and installed FileBot via the PKG.

So I have mounted my remote directory using FUSE and OSXFUSE via SSHFS.

I did that because I wanted to use FileBot to rename files on my remote directory (seedbox). When using FileBot i got the error "AccessDeniedExcepttion". So a permission problem I suppose?

Screenshot of error https://imgur.com/a/fQHMynj

Image
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Access Denied Exception - Fuse

Post by rednoah »

Permission problem in a sense. It's always a permission problem. But you would get the same error if the target file system isn't physically writable. If you click on the error message, then you can copy & paste the complete error message. Maybe it says something interesting at the end that's cut off. Maybe not.

Bottomline is that FileBot asks the OS to move A to B, and the the OS says Access Denied, and then FileBot passes along the error message. So FileBot doesn't really know what the underlying problem is either. And probably neither does the OS which also merely delegates the instruction to your 3rd party file system driver.

:arrow: The source of the problem is likely OSXFUSE / SSHFS so the next step would be to ask around in those communities on how to best debug things. There's probably some logs somewhere, or logs that can be enabled, to help you see what's going on and find a solution or workaround.
:idea: Please read the FAQ and How to Request Help.
Post Reply