-
Notifications
You must be signed in to change notification settings - Fork 266
How to use sdcard
The sdcard here means Internal Storage, which is /sdcard, also known as /storage/emulated/0/sdcard, do not be confused with External Sdcard, please make sure you have granted Termux Storage permission before doing this, if not sure, view Termux's permission in App Info.
To edit sdcard component with AnLinux, you need to edit the start-*.sh script, which is used to start the distro as stated here:.
-
Download Hacker's Keyboard and switch to Hacker's Keyboard.
-
Run this command in Termux to install nano editor:
pkg update && pkg install nano
-
Then you must edit the start-*.sh script and uncomment this line:
#command+=" -b /sdcard"
so it become:
command+=" -b /sdcard"
-
Press CTRL + X and then press y, then press ENTER to save the file.
-
You can now launch distro with the new start-*.sh script, it will automatically mount /sdcard in the distro.
*Documentation
- Arch Linux/ corrupted packages with invalid gpg key
- How to start and stop the distro
- How to use /sdcard
- How to setup OpenSSH Server
- How to start and stop the VNC Server (Desktop Environment)
- How to connect to VNC Server
- How to change the resolution of VNC Server
- How to backup and move Linux distro to another device
- Is it possible to install multiple distro on a device ?
- Guide to solve Proot signal 6, or function not implemented error
- Rooted users: How to solve pulseaudio error
- vncserver-start:-command-not-found