How to install Google Drive Ocamlfuse on Ubuntu 16.04. Learn how to mount Google Drive on Linux via Command Line (Terminal). Google Drive Ocamlfuse is a FUSE filesystem backed by Google Drive, written in OCaml. It lets you mount your Google Drive on Linux.
Install Google Drive OCamlfuse on Ubuntu
RUn the following commands in Terminal to install Google Drive OCamlfuse on Ubuntu 16.04, Ubuntu 15.04, Ubuntu 14.04, Linux Mint 18 and other Ubuntu Derivatives, via PPA:
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update
sudo apt install google-drive-ocamlfuse
Once installed, open Google Drive Ocamlfuse from Ubuntu Dash or Terminal using “google-drive-ocamlfuse” command (without quotes). As soon as you open Google Drive Ocamlfuse, it will open a new tab in the browser. You will have to grant permissions to use the application.
Mount Google Drive
To mount the filesystem, run this command
mkdir ~/google-drive
google-drive-ocamlfuse ~/google-drive/
If you have more than one account, you can run:
google-drive-ocamlfuse -label label [mountpoint]
Unmount Google Drive
To unmount the filesystem, run this command:
fusermount -u ~/google-drive
http://gdfuse.forge.ocamlcore.org/