linuxdeploy icon indicating copy to clipboard operation
linuxdeploy copied to clipboard

how to mount internal storage in Android 10

Open sukualam opened this issue 2 years ago • 4 comments

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)

sukualam avatar Oct 09 '21 12:10 sukualam

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.

Practicalbutterfly5 avatar Oct 26 '21 02:10 Practicalbutterfly5

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?

sukualam avatar Oct 26 '21 03:10 sukualam

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

Practicalbutterfly5 avatar Oct 28 '21 02:10 Practicalbutterfly5

Try this

BlackCatDevel0per avatar Dec 12 '22 16:12 BlackCatDevel0per