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
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2023-10-08 23:45:04
Processing time 0.0056 sec