Friday, 31 January 2014

MOUNT GOOGLE DRIVE ON LINUX

Mount Google Drive in Linux Using Ocalfuse
https://github.com/astrada/google-drive-ocamlfuse
Install opam :
you need to install opam first.

Install google-drive-ocamlfuse via opam :

You may need to install some packages on your system. On Fedora, you may need to at least install:

# yum install sqlite-devel fuse-devel libcurl-devel zlib-devel m4

opam will automatically resolve dependencies and install the needed packages:

$ opam install google-drive-ocamlfuse

Configure google-drive-ocamlfuse
You need to run google-drive-ocamlfuse without parameters and it will request authorization:

$ google-drive-ocamlfuse

This command will create the default application directory (~/.gdfuse/default), containing the configuration file config and start a web browser to obtain authorization to access your Google Drive.

Mounting Google Drive :

After configured google-drive-ocamlfuse, you can mount the file system:
$ google-drive-ocamlfuse mountpoint
eg: google-drive-ocalmfuse /sync

No comments:

Post a Comment