cryptomator/cli

[MANUAL] How do I mount the Vault on *nix?

itg-dave opened this issue · 2 comments

Maybe I'm just stupid or not experienced enough, but how do I mount the drive via http://localhost:8080/mysupervault3000?

Well, I did it myself. So for anyone who's looking for a solution or entry point:

(On Debian) You need the davfs2 package installed and configured (in my case i only allowed the root user to mount those filesystems). Then you can

sudo mount -t davfs http://localhost:8080/your/folder/ /media/your/mounted/folder

Beware that you need to run rclone as root or via sudo if the drive was mounted via root user.

Thanks, I'll add this to the README.