Skip to content

Instantly share code, notes, and snippets.

@jazio
Created September 18, 2023 08:38
Show Gist options
  • Save jazio/18ab33cb49579eeae6cee9d5e656d41c to your computer and use it in GitHub Desktop.
Save jazio/18ab33cb49579eeae6cee9d5e656d41c to your computer and use it in GitHub Desktop.
Mount a Google drive locally (Debian)
sudo add-apt-repository ppa:alessandro-strada/ppa
sudo apt update && sudo apt install google-drive-ocamlfuse
# Mount a folder.
google-drive-ocamlfuse /home/jazio/Documents/2023.XpeditionToraTora
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment