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
Thank you for the addition of Fuse , it is working great on my x86/Mint desktop.
However when I mount my vault on Raspberry pi (debian buster on ARM) with the same settings all files in the vault show as 0 bytes.
Steps to reproduce:
I mount my cloud provider with Rclone. rclone mount CloudProvider: ~/Cloudprovider --vfs-cache-mode writes
I then mount my vault with java -jar cryptomator-cli --vault CloudVault=~/CloudProvider/CloudVault --fusemount CloudVault=~/CloudVaultMount
The vault unlocks and is browseable, but individual files show as 0 bytes and will not open.
Edit : additional info -
Mounting with Webdav works fine, all files show correct sizes and are readable.
The maven compile was performed on the PI, copying the JAR over to the Mint 20 x86 machine is working fine.
The text was updated successfully, but these errors were encountered:
Stat is showing zero bytes. Some tools I'm running are doing simple validation by comparing file sizes. Can revert to using dav fs but FUSE is proving to be much faster & reliable.
I compiled the jar on OSX under Java 12; just ran mvn clean install
Thank you for the addition of Fuse , it is working great on my x86/Mint desktop.
However when I mount my vault on Raspberry pi (debian buster on ARM) with the same settings all files in the vault show as 0 bytes.
Steps to reproduce:
I mount my cloud provider with Rclone.
rclone mount CloudProvider: ~/Cloudprovider --vfs-cache-mode writes
I then mount my vault with
java -jar cryptomator-cli --vault CloudVault=~/CloudProvider/CloudVault --fusemount CloudVault=~/CloudVaultMount
The vault unlocks and is browseable, but individual files show as 0 bytes and will not open.
Edit : additional info -
The text was updated successfully, but these errors were encountered: