Enable google drive syncronized folder in ubuntu iwth Ocamlfuse
The best option is to install ocamlfuse. To do it just follow this steps:
$ sudo add-apt-repository ppa:alessandro-strada/ppa $ sudo apt-get update $ sudo apt-get install google-drive-ocamlfuse
# google-drive-ocamlfuse
mkdir ~/google-drive $ google-drive-ocamlfuse ~/google-drive
df -h
More information in this link
Comments
Post a Comment