Skip to content

Instantly share code, notes, and snippets.

@kelchm
Created January 12, 2016 03:12
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 kelchm/39a24f05b11416dd5839 to your computer and use it in GitHub Desktop.
Save kelchm/39a24f05b11416dd5839 to your computer and use it in GitHub Desktop.
Astraeus:Downloads kelchm$ adb push ~/Downloads/.rockbox /sdcard
push: /Users/kelchm/Downloads/.rockbox/backdrops/cabbiev2.bmp -> /sdcard/backdrops/cabbiev2.bmp
failed to copy '/Users/kelchm/Downloads/.rockbox/backdrops/cabbiev2.bmp' to '/sdcard/backdrops/cabbiev2.bmp': Read-only file system
Astraeus:Downloads kelchm$ adb push ~/Downloads/.rockbox /mnt/sdcard
push: /Users/kelchm/Downloads/.rockbox/backdrops/cabbiev2.bmp -> /mnt/sdcard/backdrops/cabbiev2.bmp
failed to copy '/Users/kelchm/Downloads/.rockbox/backdrops/cabbiev2.bmp' to '/mnt/sdcard/backdrops/cabbiev2.bmp': Read-only file system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment