You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Ubuntu Linux 17.10 x86_64, cryptomator 1.3.2-0ppa2 from the cryptomator repository, and fusedav 0.2-3.1 from the Ubuntu repository.
When I unlock my vault in the cryptomator GUI and then try to mount it with fusedav, fusedav spits out several complaints about PROPFIND failures, but then seems to mount the filesystem anyway. I see that these PROPFIND errors are commented on in other issues within this project and are apparently save to ignore, but there's another issue...
Once I've mounted my cryptomator WebDAV URL with fusedav, I am able to write files into the fuse filesystem with no trouble. E.g., if I've mounted on ~/c, then echo foo > ~/c/bar.txt works just fine, and if I then double-click on bar.txt in the cryptomator GUI, it indeed has the contents I expect, i.e., the word "foo" followed by a newline.
However, if I type cat ~/c/bar.txt at the command line, I get back nothing. Well, actually, not nothing. It's getting back nulls where the characters of the file should be:
This is the traffic captured from port 42427 on the loopback interface when I run fusedav [webdav-url] ~/c, then cat ~/c/bar.txt, then fusermount -u ~/c.
Note that there is a newer fusedav project (https://github.com/pantheon-systems/fusedav) than the one I am using, but it's a mess to compile it on Ubuntu, and when I finally got it to compile, I couldn't get it to work because apparently it's expecting some sort of config file but I couldn't find any documentation anywhere of what the format of the config file should be. Basically, it doesn't seem to be a very well-maintained project.
I have Ubuntu Linux 17.10 x86_64, cryptomator 1.3.2-0ppa2 from the cryptomator repository, and fusedav 0.2-3.1 from the Ubuntu repository.
When I unlock my vault in the cryptomator GUI and then try to mount it with fusedav, fusedav spits out several complaints about PROPFIND failures, but then seems to mount the filesystem anyway. I see that these PROPFIND errors are commented on in other issues within this project and are apparently save to ignore, but there's another issue...
Once I've mounted my cryptomator WebDAV URL with fusedav, I am able to write files into the fuse filesystem with no trouble. E.g., if I've mounted on
~/c
, thenecho foo > ~/c/bar.txt
works just fine, and if I then double-click onbar.txt
in the cryptomator GUI, it indeed has the contents I expect, i.e., the word "foo" followed by a newline.However, if I type
cat ~/c/bar.txt
at the command line, I get back nothing. Well, actually, not nothing. It's getting back nulls where the characters of the file should be:Is this a known issue? Is there a fix?
Thanks.
The text was updated successfully, but these errors were encountered: