Mount multiple Google Drive accounts

Cloned from: http://askubuntu.com/questions/887755/how-can-we-mount-multiple-google-drive-accounts-on-our-system-using-google-drive

I am trying to mount multiple Google drive accounts on my system using Google-drive-ocamlfuse but i am unable to access multiple accounts. Can anyone tell what is the problem.

Please help me out


If you want to mount multiple google drives you will need to use the following procedure:

  • Create a new directory for the new Google Drive, for example mkdir /mnt/google-drive1
  • Then issue the below command:
    google-drive-ocamlfuse -label label /mnt/google-drive1

  • A new browser tab will open asking you to allow the software access to your google drive.

If you already signed in with another gmail account you will need to sign out and sign in with the ID of the new Google drive you want to mount.