Skip to content

Instantly share code, notes, and snippets.

@rishirdua
Last active August 29, 2015 14:14
Show Gist options
  • Save rishirdua/3911ba7429218b6aff24 to your computer and use it in GitHub Desktop.
Save rishirdua/3911ba7429218b6aff24 to your computer and use it in GitHub Desktop.
Mount SD card on Ubuntu
#append this to ~/.bashrc to mount sd cards using an alias "mountsd"
alias mountsd="echo 1 | sudo tee /sys/bus/pci/rescan"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment