Earlier quoted context omitted.
I use this at work and it’s very good.
Same here. I wish they offered it for personal accounts. I would happily start paying for Drive to use it.
Show HN: Google Drive as a file system
31–40 of 86 posts
Re: Show HN: Google Drive as a file system
#32Hello everyone! I have built a tool that allows Linux and macOS users to mount their Google Drive account locally as a virtual file system. The file system supports most typical operations (creating/deleting/moving/renaming files and directories, reading/writing to them). It can also export special Drive files as OpenOffice documents and has an in-memory cache which improves the speed of navigation and file access. C…
Re: Show HN: Google Drive as a file system
#33Re: Show HN: Google Drive as a file system
#34Re: Show HN: Google Drive as a file system
#35Hello everyone! I have built a tool that allows Linux and macOS users to mount their Google Drive account locally as a virtual file system. The file system supports most typical operations (creating/deleting/moving/renaming files and directories, reading/writing to them). It can also export special Drive files as OpenOffice documents and has an in-memory cache which improves the speed of navigation and file access. C…
Are multiple accounts supported?
Re: Show HN: Google Drive as a file system
#36Earlier quoted context omitted.
Not sure what you are referring to as implemented natively in GNOME. One crucial difference is the fact that Backup and Sync picks up local files (which exist physically on the user's machine) and uploads them to a special Drive directory in the background. GCSF does not store anything locally unless you tell it to. It simply creates a virtual directory and reports its content and file tree structure so that it match…
I think GP is referring to the Gnome Virtual File System (GVfs) [1], which has a number of pluggable backends, one of which being Google Drive. I've used it lightly and it seemed to "just work." [1] https://wiki.gnome.org/Projects/gvfs
Re: Show HN: Google Drive as a file system
#37Hello everyone! I have built a tool that allows Linux and macOS users to mount their Google Drive account locally as a virtual file system. The file system supports most typical operations (creating/deleting/moving/renaming files and directories, reading/writing to them). It can also export special Drive files as OpenOffice documents and has an in-memory cache which improves the speed of navigation and file access. C…
Re: Show HN: Google Drive as a file system
#38What about Windows support?
Re: Show HN: Google Drive as a file system
#39Hello everyone! I have built a tool that allows Linux and macOS users to mount their Google Drive account locally as a virtual file system. The file system supports most typical operations (creating/deleting/moving/renaming files and directories, reading/writing to them). It can also export special Drive files as OpenOffice documents and has an in-memory cache which improves the speed of navigation and file access. C…
This is great Linux support finally! And in rust! Awesome work man!
Re: Show HN: Google Drive as a file system
#40Earlier quoted context omitted.
Thank you! I think google-drive-ocamlfuse is an excellent product. It is clearly more mature and has more features than GCSF. I made a comparison between the two projects in sections 4.2 and 4.3 of my thesis [0]. In short, GCSF tends to be faster in several cases (listing files recursively, reading large files from Drive). The caching strategy it uses also leads to very fast reads (x4-7 improvement compared to google…
Any comparisons to rclone's gdrive integration? Seems that rclone probably has the biggest userbase of the "google drive fuse mount" tools.