View Single Post
Posts: 177 | Thanked: 427 times | Joined on Sep 2017
#3
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?
 

The Following User Says Thank You to suicidal_orange For This Useful Post: