Sdcard File System
I cannot copy anythings from device inside my sdcard. File System is read-only! but i can do vice-versa. chmod -R 777 doesn't work on sdcard folder.. then I cannot use file browser or terminal to copy files inside my SD!!
I cannot copy anythings from device inside my sdcard. File System is read-only! but i can do vice-versa. chmod -R 777 doesn't work on sdcard folder.. then I cannot use file browser or terminal to copy files inside my SD!!
This issue can be fixed through recursive permission fix:
see
https://www.reddit.com/r/turing_tech_support/comments/581b8a/resolved_backup_to_sdcard_issue/
chmod -R a+rwX /your/full/media/sdcard/path
Asked: 2014-03-18 13:17:15 +0300
Seen: 419 times
Last updated: Oct 28 '16
What is your microSD card file system?
m2 ( 2014-03-18 14:24:04 +0300 )edit