google-drive-ocamlfuse
google-drive-ocamlfuse copied to clipboard
FUSE filesystem over Google Drive
Hello Sometimes, when I save an updated pdf file, with Okular in Google Drive by means of ocamlfuse in Cent OS, the PDF file gets corrupt and I lose the...
I have Google Drive mounted in my machine, but when I copy a local directory to Drive using drag-and-drop, all the copied subdirectories and files have the current date. I...
I tried to install gdofuse using manjaro's package manager (pamac gui) and all dependencies are bigger or equal to the version number of gdofuse(0.7.27) Build error log consists as below:...
I have a cache of 100 Gb. Whenever I send multiple files (through SMB) to the "gdrive" it sends 1 file, waits till it's uploaded. Sends second file. Even though...
So I tested everything in a VMware image and it works. I then copied all steps onto the physical machine and it all works BUT automount. If I type `mount...
When I use rsync to update a directory, all new files are created using the current time and not it's original timestamp. It's not the case for directories, which preserve...
I have a few files that I manually copied to my google drive mounted using google-drive-ocamlfuse that seem to have messed up Extended Attributes and ACLs. , Specifically, if I...
the issue started a few months ago, discovered it by accident while renaming some files on my Google Drive. ____ system: xubuntu 20.04.03 google-drive-ocamlfuse, version 0.7.27 ____ Example: cd GoogleDrive/...
I've tried using cp --sparse=always when copying a file to my Google Drive, but that doesn't work. It copies, but it copies the whole thing. Do you think it would...
dd if=[file] | pv -B 1M > target.bin Transfers a bit then dies with "Transport endpoint is not connected". I know this isn't really the best FUSE filesystem for stdout...