Mount Google Drive on Linux

1,437 views
Skip to first unread message

Rob

unread,
Dec 19, 2021, 12:19:16 PM12/19/21
to accessibl...@googlegroups.com
Hi,

I found this info at

https://github.com/astrada/google-drive-ocamlfuse/wiki/Usage#since-0713


It works well.

Open terminal and

Run the following commands to install google-drive-ocamlfuse         on
Ubuntu based operating systems.

sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt-get update
sudo apt-get install google-drive-ocamlfuse

use this command to sign-in to Google
google-drive-ocamlfuse
Now create the directory
mkdir GoogleDrive


Then you can mount the filesystem:
Mount drive command
google-drive-ocamlfuse ~/GoogleDrive
To unmount the filesystem, issue this command:

fusermount -u ~/GoogleDrive

Add this line to .Profile.txt to autostart
$ mount | grep "${HOME}/GoogleDrive" >/dev/null ||
/usr/bin/google-drive-ocamlfuse "${HOME}/GoogleDrive"&



Thanks,

Rob

Jordan Livesey

unread,
Dec 19, 2021, 2:07:49 PM12/19/21
to Rob, Accessible-Coconut
you already have drive mounted when you use google on online accounts, however, I prefer to use google drive on the web when I am not using windows

--
You received this message because you are subscribed to the Google Groups "Accessible-Coconut" group.
To unsubscribe from this group and stop receiving emails from it, send an email to accessible-coco...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/accessible-coconut/66db9dbc-c88c-4288-11b8-84864d9f5c90%40gmail.com.
Reply all
Reply to author
Forward
0 new messages