How to Mount Google Drive in Linux Using “Google Drive OCamlfuse” Client

Google Drive is a cloud storage service owned by Google Inc. Google Drive allows user to edit documents (including Spreadsheets and Presentations), share, synchronize and store in the cloud. It is free to use Google Drive and all you need is a Google/Gmail Account. Introduced in the year 2012, Google Drive presently have a total of 240 million+ monthly users.

Technical aspects of Google Drive

  1. Google Offers initial 15GB of online storage for free that is used by Gmail, Google+ photos and Google Drive in combination.
  2. Post utilization of 15GB of online storage you can buy monthly subscription by paying a little amount and you can own a maximum of 30 TB space per account. However there is no limitation for the number of accounts you can own.
  3. Google Driver Viewer has support for viewing the file types for most of the formats.
  4. There are a number of Third-party apps that lets you access Google Drive. One such extension for Google Chrome will let you access Google Drive even when offline.
  5. Document Limit for Google Dock – A document must not exceed 1,024,000 characters regardless of font, page and size and should not exceed 50 MB.
  6. A spreadsheet must not be larger than 20 MB and a Presentation slide should be within 100 MB.

Why Prefer Google Drive over Traditional Storage

You need Google Drive because you need to have access to your documents, pictures, Spreadsheets, Presentation and other files all the time when required. You do not need to carry a physical hard Drive / USB flash Drive to carry files and hence there is no risk of losing your files.

No risk of virus infection or attack by a hacker, as your files are safe in the Google Cloud with strong password. Edit and View files on Desktop, Laptop, Latest Mobile Phones and Tablets, etc… anytime, anyplace, any platform and whatever.

To Sync files between Google Drive and local machine, you need a Google Drive Client. There are a lots of Google Drive client for Systems like Windows, Mac OS X, Android, iOS but unfortunately there is no any official client software for Linux.

There are a few open source third party tools that lets you mount Google Drive on you Linux System, but here we’re introducing yet another popular tool called google-drive-ocamlfuse, which allows you to mount your Google Drive under your Linux filesystem to access your files more easily.

If you read this far, tweet to the author to show them you care. Tweet a thanks
Ronav Saive
A Passionate GNU/Linux Enthusiast and Software Developer with over a decade in the field of Linux and Open Source technologies.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

35 thoughts on “How to Mount Google Drive in Linux Using “Google Drive OCamlfuse” Client”

  1. I guess this article is pretty old now, but I tried it today and, after installing lots of additional packages on my Debian machine, I got it working. As noted, it’s pretty slow. Also, $USERNAME didn’t seem to exist but maybe this is just shorthand for inserting the real username of the google drive being mounted?

    Reply
  2. Does anyone know how this method compares to eg grive/grive2? The latter methods, I’ve had bad experiences with, so I’ll try this new method now, thanks a lot for the article…

    Reply
  3. Is it possible to edit this to use lynx instead of “xdg-open”, “firefox” or “google-chrome”. Been following this to install on one of my headless servers which has no gui and therefore no graphical browser.

    Reply
  4. Hi,

    I have had to change:
    gdfuse#default /mnt/gdrive fuse uid=1000,gid=1000 0 0
    to:
    gdfuse#default /mnt/google_drive fuse uid=1000,gid=1000,user 0 0

    Reply
    • @Jacques,

      Thanks for sharing the tip, but could you tell us why it needed and how you came to know? it will help us to correct the article with correct explanation. So, that end users will know more better about the command.

      Reply
  5. Thank you very much for this tutorial. It is really very useful.
    The question is what to do if you only have the command line and no GUI (so no browser too ;-).

    Thank you.

    Reply
  6. google-drive-ocamlfuse on Lubuntu 14.04 is too slow. I tried to use vi to edit a text file in google-drive, when I pasted about 2KB text from clipboard, it took around 60 seconds. The same thing works smoothly on pCloud.com, it seems that pCloud do caching well.

    Reply

Got something to say? Join the discussion.

Have a question or suggestion? Please leave a comment to start the discussion. Please keep in mind that all comments are moderated and your email address will NOT be published.