How I symlink external SDCard / MMC while using PROOT #191
Replies: 2 comments 2 replies
-
In Android, userspace apps don't have permission to create symlinks to any storage space except it's data folder cause of if it's policies.
When termux executes
|
Beta Was this translation helpful? Give feedback.
-
#Final thesis: You can just read & write files in external storages |
Beta Was this translation helpful? Give feedback.
-
In order to use video cutter
LosslessCut
I have followed this tutorial to installudroid
#134
Now in the root I have automatically a folder name
sdcard
which is my internal storage; absolute location/sdcard
Now i cannot find my MMC (memory card)Poking around i found the HOME directory of
termux
located in this location/root/com.termux/files/home
Previously i had symlinked my MMC location vialn -s /storage/28E1-1BF4/ mmc
...but the mmc folder is red (broken symlink) while in proot.Any help will be appreciated
Beta Was this translation helpful? Give feedback.
All reactions