Skip to content

Instantly share code, notes, and snippets.

@thebabush
Created January 29, 2015 11:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebabush/aa74c0e94f2124ff8d80 to your computer and use it in GitHub Desktop.
Save thebabush/aa74c0e94f2124ff8d80 to your computer and use it in GitHub Desktop.
Insultingly stupid script to mount nexus4 on Kubuntu. Just to remember that go-mtpfs is the only program that works decently.
#!/bin/sh
sudo umount ~/nexus4/
sudo go-mtpfs -allow-other=true ~/nexus4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment