Mount googledrive:/home-------- getcwd() failed: No such file or directory

I mount my googledrive to the /home dir with rclone. I find my ubuntu 14 always can’t find the directory when i work in the /home dir.
when i apt-get install some software,it shows:

sh:0: getcwd() failed: No such file or directory

when i git pull ,it shows:
sh: 0: getcwd() failed: No such file or directory
fatal: Unable to read current working directory: No such file or directory

i think i can change the parametric of mounting googledrive,minie is:

rclone mount googledrive1: /home --allow-other --allow-non-empty --vfs-cache-mode writes

can you provide some sugguests ?

I think that rclone will be using the home directory for --vfs-cache-mode writes… So you might want to set --cache-dir so it isn’t in your home directory.

Or you might be better mounting it on /mnt/gdrive instead…