とらりもんHOME  Index  Search  Changes  Login

Online storage

Google Drive

GoogleDriveをUbuntuのファイルシステムにマウントする:

# https://github.com/astrada/google-drive-ocamlfuse
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update
sudo apt upgrade
sudo apt install google-drive-ocamlfuse
google-drive-ocamlfuse  # → ブラウザでいろいろ聞かれる。
mkdir ~/GoogleDrive

google-drive-ocamlfuse ~/GoogleDrive/
ls GoogleDrive/

共有アイテムへのアクセス:

ls GoogleDrive/.shared/

Google drive #This can be too heavy on your directry...

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

#for mount
mkdir ~/GoogleDrive
google-drive-ocamlfuse ~/GoogleDrive
#for automatic connecting.
#in the gnome-session-properties「自動起動するアプリケーション」 
name : google-drive-ocamlfuse
command : google-drive-ocamlfuse /home/UserName/GoogleDrive
#for unmount
fusermount -u ~/googledrive

Dropbox

sudo apt install nautilus-dropbox
dropbox start -i
Last modified:2022/12/16 02:26:09
Keyword(s):
References:[とらりもんHOME]