Last active
August 29, 2015 14:14
-
-
Save rishirdua/3911ba7429218b6aff24 to your computer and use it in GitHub Desktop.
Mount SD card on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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