rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.49k stars 247 forks source link

not able to mv folders [webdav] #645

Closed BrsyRockSs closed 2 years ago

BrsyRockSs commented 2 years ago

When I try to run command "mv test1 test2" I am getting "mv: cannot move ‘test1’ to ‘test2’: Function not implemented" image image Please help ty

BrsyRockSs commented 2 years ago

What can I do to provide you with more information about debug?

rfjakob commented 2 years ago

Uhmm, what distribution is this, and what filesystem does it use (ext4 etc)?

BrsyRockSs commented 2 years ago

I use Linux deploy to install Ubuntu bionic on my mobile phone, then use rclone to mount WebDAV locally, and then use gocryptfs. The file system is ext4 image

rfjakob commented 2 years ago

From what i have seen so far, all webdav mounts are so broken that running gocryptfs on top is impossible. See also https://github.com/rfjakob/gocryptfs/issues/619