need to install google-drive-ocamlfuse
and write a script to mount
$ cat /home/{USERID}/bin/gdfuse.sh
#!/bin/bash
su {USERID} -l -c "google-drive-ocamlfuse -label $1 $*"
exit 0
make a directory as a mount point
mkdir /home/{USERID}/GoogleDrive
apply to fstab to auto mount when boot
$ cat /etc/fstab | grep gdfuse
/home/{USERID}/bin/gdfuse.sh#default /home/{USERID}/GoogleDrive fuse uid=1000,gid=1000,allow_other,user 0 0
from http://wiki.gimslab.com/moniwiki/wiki.php/Google%20Drive%20Mount%20to%20Ubuntu
'linux and cli' 카테고리의 다른 글
Pairing Samsung Bluetooth Keyboard Trio 500 on Xubuntu (0) | 2021.06.26 |
---|---|
Capslock 키와 HJKL 키를 VIM 스타일의 방향키와 ESC 키로 사용하기 (0) | 2020.04.17 |
Ubuntu 16.04 한글 폰트 (0) | 2016.05.17 |
Ubuntu 14.04 업그레이드 or 신규설치 후 한글이 안된다.(해결함) (0) | 2014.05.07 |
dconf Editor (0) | 2012.06.11 |