linuxdeploy
linuxdeploy copied to clipboard
how to mount internal storage in Android 10
Hi, how to mount internal storage to chroot using linux deploy? I always get permission denied?
my android is lineage os 17 / android 10
I use latest linux deploy (i download from playstore)
In settings>Mount>Source : "/storage/emulated/0" Target : "/sdcard".
In case mount is skipped, ssh to your linux, and sudo rmdir /sdcard
, and then reboot device.
In settings>Mount>Source : "/storage/emulated/0" Target : "/sdcard".
In case mount is skipped, ssh to your linux, and
sudo rmdir /sdcard
, and then reboot device.
It give me permission denied if im not root user. How to make it accessible for regular user without messing permission on sdcard?
How to make it accessible for regular user without messing permission on sdcard?
rmdir
will only remove a folder if it is empty. First check that the /sdcard folder in Linux container is empty. Alternatively try to change target name to something like /sdcard1
Try this