No access to formatted sd-card [duplicate]
asked 2016-09-14 12:48:40 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I've formatted SD-card to ext4 within the smartphone and had no access to it. I did devel-su chown -R nemo:nemo /path/to/mounted/sdcard
.
Did i do it right or wrong ?
This question is duplicating: https://together.jolla.com/question/138603/wrong-premission-after-sd-card-formated-by-native-storage-app-to-ext4/
Can you elaborate about "no access"?
Giacomo Di Giacomo ( 2016-09-14 13:33:59 +0200 )editcannot create anything
Perfect_Gentleman ( 2016-09-14 13:34:51 +0200 )editRather than chown, try a chmod 777 on the root of the card. It worked for me.
Giacomo Di Giacomo ( 2016-09-14 16:33:35 +0200 )editI had the same problem. After the same command, a reboot solved the problem and now I can read/write on card.
magullo ( 2016-09-14 16:44:06 +0200 )editI think changing the owner to the phone's user (chown nemo:nemo ) is better than making the card universally writeable by anything (chmod 0777)
DrYak ( 2016-09-14 18:56:57 +0200 )edit