View Single Post
Posts: 131 | Thanked: 241 times | Joined on Feb 2012
#20
The problem is that /run/user/100000/media/sdcard is not mounted to the sdcard /dev/mmcblk1p1.

All subfolder of /run are tmpfs. This means that a mount -o bind /run/... /media/sdcard leads to that /media/sdcard points also to tmpfs.

Be sure that /run/user/100000/media/sdcard is mounted with
findmnt /run/user/100000/media/sdcard
The SOURCE must be /dev/mmcblk1p1!

Then, mount -o /run/user/100000/media/sdcard /data/sdcard should work correctly.

On my Jolla i have access to 59G on /run/user/100000/media/sdcard and /data/sdcard/sdcard and both are pointing to /dev/mmcblk1p1.

Last edited by HolgerN; 2014-01-22 at 11:23.
 

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