Thread
:
[HowTo][WIP] use real sdcard as home-partition and/or for android data
View Single Post
javispedro
2014-01-22 , 09:30
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#
18
In the
df
output you attached there is no sd card mounted.
An example:
If you undo your modifications, after reboot, your sdcard gets mounted to
/run/user/100000/media/sdcard .
Afterwards, just run:
Code:
mount -o bind /run/user/100000/media/sdcard /data/sdcard
Are there any problems with the above (except that it is not automated)?
To automate it all you have to do is to ensure it is done _after_ mounting the SD card. That means that either you edit the mount-sd.sh script or insert a new udev event handler.
Quote & Reply
|
The Following User Says Thank You to javispedro For This Useful Post:
Leinad
javispedro
View Public Profile
Send a private message to javispedro
Visit javispedro's homepage!
Find all posts by javispedro