gocryptfs icon indicating copy to clipboard operation
gocryptfs copied to clipboard

Operation not Permitted when using rclone/dropbox as backend

Open arakis opened this issue 3 years ago • 3 comments

Regardless of root or non-root, gocryptfs works out of the box, as long I operate on natiave volumes (ext4)

But when I try to use an encrypted folder, located on a rclone mounted volume, it does not work. The target folder would be outside of the volume, of course.

I always get an Operation not permitted, when I try to create files. Creating folders works. Of course, I also tried every possible combination of ownership, permissions, and even the allow_all/force_owner.

Site note: encfs works without any errors.

OS: Debian 11 rclone: 1.60.1 gocryptfs: 1.8 and 2.3

arakis avatar Nov 18 '22 23:11 arakis

Hi arakis,

did you find a solution for your problem? I've the same problem with my installation as well :(

Thanks Dani

DagDan69 avatar Mar 21 '23 16:03 DagDan69

Using --vfs-cache-mode might be necessary for rclone mount.

https://forum.rclone.org/t/rclone-mount-write-error-operation-not-permitted/29006/4

edwardcwang avatar Jun 24 '24 15:06 edwardcwang