Live data from Hacker News

Show HN: Google Drive as a file system

github.com

11–20 of 86 posts

Re: Show HN: Google Drive as a file system

#12

Congrats on shipping! How does this compare to https://github.com/astrada/google-drive-ocamlfuse aside from the programming language?

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.

Re: Show HN: Google Drive as a file system

#14

Hello 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…

Cool project. Just FYI: footnote 68, which is supposed to have the Github link, has a link to something else instead.

Re: Show HN: Google Drive as a file system

#17
post #7

What about Google Drive File Stream? https://support.google.com/drive/answer/7329379?hl=en

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.

Re: Show HN: Google Drive as a file system

#18

Hello 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…

Cool project. Just FYI: footnote 68, which is supposed to have the Github link, has a link to something else instead.

Thank you for pointing this out. The link should now be fixed.
Post reply on HN