Can one hint me: I installed CM12 on my SGS4 where I have a 64 GB external SD-Card.
Now I notice that this sdcard is read only. In Terminal (through SSH, as root user) I get always read-only file system for a try to delete or rename a file:
This is my storage folder:
Code:
[email protected]:/ # ls -al /storage/
dr-xr-xr-x root root 2015-04-05 15:16 emulated
lrwxrwxrwx root root 2015-04-05 15:18 extSdCard -> /storage/sdcard1
lrwxrwxrwx root root 2015-04-05 15:14 sdcard0 -> /storage/emulated/legacy
drwxrwxr-x root sdcard_rw 2015-04-05 11:55 sdcard1
drwx------ root root 2015-04-05 11:55 usbdisk
I tried a lot now with a init.d script which is not working and then a tasker task done on boot but the external SD-card remains Read-Only.
I thought with Android 5 the restriction to write on external sd was partly removed and anyway on CM there is no such silliness?
I would like to give permission 777 to the whole ext. sdcard, as I don't need any restrictions. I hate this in my case useless permissions and restrictions. This is many hours now, that I struggle with this issue and I dont see land.
Possible?
Thanks