meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.21k stars 679 forks source link

Mounting emulated SD card #469

Open debianroot20200524 opened 8 years ago

debianroot20200524 commented 8 years ago

start Mounting partitions: / ... done /proc ... done /sys ... done /sys/fs/selinux ... done /dev ... done /dev/tty ... skip /dev/pts ... done /dev/shm ... done /mnt/0 ... mkdir: can't create directory '/storage/emulated/0': Read-only file system skip Configuring the container: dns ... done mtab ... done Starting services: ...no active services <<< start

How to fix this problem? Who can tell me? Thanks.

harpreet-s commented 8 years ago

Tick the custom mount option in Linux Deploy. In mount points add : /storage/emulated/0

Works for me.

debianroot20200524 commented 8 years ago

Not working for me.

function1983 commented 6 years ago

Just to clarify.

  1. Add mount point /storage/emulated/0 in Linux Deploy settings
  2. Restart container.
  3. Log back in (ie. via terminal). Access /storage/emulated/0 again. It works for me.
diejuse commented 4 years ago

Hi, I have Android 9 in my phone. I can't mount points on Ubuntu LXDE. I have tried to add mount point /storage/emulated/0 and /sccard and not working. Any help?

Saikatsaha1996 commented 3 years ago

How can I access system/vendor/lib64 can you help?

Mikary29 commented 3 years ago

The correct location for a mount point is "/mnt/runtime/default/emulated/0" And the default. location for Linux has to be changed to the full file path location where you want it to install.

Mikary29 commented 3 years ago

Screen shotted this the first time and will have to file complaint as a developer. I answered this question already and the answer was "/mnt/runtime/default/emulated/0" Sorry you have been slacking on fixing anything to do with this app. But we do find it useful and would have payed for it to cut out all this extra.

Mark-57 commented 3 years ago

The correct location for a mount point is "/mnt/runtime/default/emulated/0" And the default. location for Linux has to be changed to the full file path location where you want it to install.

Thank you very much it worked for me 😇😇😇

jaum20 commented 3 months ago

I can mount, but can't read/write without root. Any tips?