How can I mount Google Drive on Linux using google-drive-ocamlfuse?
Installation
Open a terminal using the command: ctrl+alt+t.
Add the necessary PPA using the command: $ sudo add-apt-repository ppa:alessandro-strada/ppa.
type your sudo password and press Enter.
To update packages use the command: $ sudo apt-get update.
To install the software use command: $ sudo apt-get install google-drive-ocamlfuse.
Mounting your Google Drive
Use the command: $ mkdir ~/google-drive to create a new folder in your home directory.
Use command: $ google-drive-ocamlfuse ~/google-drive to mount your Google Drive to the google-drive folder.
you will see your Google Drive files & directories in the google-drive folder.
If you want to unmount the google-drive folder, use the command: $ fusermount -u ~/google-drive. (references)
0 Comments