View Single Post
Posts: 187 | Thanked: 162 times | Joined on May 2010 @ Sunny Woollahra
#4
Originally Posted by suicidal_orange View Post
What exactly is the problem?

I think the card mounts but with the wrong permissions, so
Code:
ls -l /media/sdcard
doesn't say this?

Code:
drwxr-xr-x 2 nemo nemo ...
If so you might be able to change it, but it probably won't stick when you reboot...
Code:
chown nemo:nemo /media/sdcard/"label"/
What device are you using and why did you decide on ext4?

ls -l /media/sdcard/
returns:
Code:
 total 8
drwxr-xr-x 2 nemo nemo 4096 2017-10-20 15:32 2205-6F10
drwxr-xr-x 3 root root 4096 2017-10-21 19:24 "label"
chown nemo:nemo /media/sdcard/"label"/
returns:
Code:
chown: changing ownership of '/media/sdcard/"label"/: Operation not permitted
I'm using SailfishX, with a SanDisk Ultra 200GB Micro SDXC. I used ext4 as it seemed to be the best for this card/device combo - I can change to another - either from windows or using terminal - with instructions
__________________
I think there should be another word for mondegreen

Last edited by rfa; 2017-10-21 at 09:11. Reason: fill in missing details