View Single Post
Posts: 594 | Thanked: 1,094 times | Joined on Aug 2012 @ Rhine
#19
i'm not sure, why the mount of the sdcard is missing in the output above, but it was mounted on /run/user/100000/media/sdcard

i undid all my modifications and ran
Code:
mount -o bind /run/user/100000/media/sdcard /data/sdcard
i tried the same some days ago and the output looked like
Code:
...
tmpfs                 407M   33M  374M   9% /run/user/100000/media/sdcard
tmpfs                 407M   33M  374M   9% /data/sdcard
and that's exactly the main problem:
i was not able to store more than 400MB on the sdcard, because the limitations of /run/user/100000/media/sdcard go over to /data/sdcard if mounted that way!

Last edited by Leinad; 2014-01-24 at 11:15.