View Single Post
Posts: 100 | Thanked: 61 times | Joined on Nov 2011 @ USA
#2
I was tooling around with SFOS on my Nexus 5 this morning and I figured out how to mount Android user data so that it is accessible via SFOS. I did the following:

Code:
devel-su
mkdir /android
mount /dev/mmcblk0p28 /android
User data is then available in:
/android/media/0/

I also updated my fstab file by adding the following line at the end:
Code:
/dev/mmcblk0p28 /android ext4 rw,relatime,data 0 0
 

The Following 2 Users Say Thank You to Demati For This Useful Post: