T
Termux•2mo ago
Flaze07

create symlink to sdcard failure

I'm trying to create a symlink to an sdcard, so that I can access it from proot-distro. However, the attempt has resulted in a failure, is this possible? or maybe I'm just doing it wrong?
No description
12 Replies
TomIO
TomIO•2mo ago
The file system used on SD cards does not have a concept of a symlink, or UNIX style file permissions for that matter.
Flaze07
Flaze07OP•2mo ago
I see, so that means it's impossible then?, but what about the one mentioned in this screenshot(?)
No description
Exelroad
Exelroad•2mo ago
you may be able to symlink your external storage to termux prefix, but i see you try to symlink it to root directory which you will not be able to do without root
Flaze07
Flaze07OP•2mo ago
ooh, so that means I can symlink to the ~/storage/external-1?
Exelroad
Exelroad•2mo ago
yes
Flaze07
Flaze07OP•2mo ago
hm, but never outside of that huh
Exelroad
Exelroad•2mo ago
i think, i dont microsd on me so i cant try
Exelroad
Exelroad•2mo ago
No description
Exelroad
Exelroad•2mo ago
see the adl where i symlink it to termux home from storage/shared
Flaze07
Flaze07OP•2mo ago
alright, thanks for the help 😄
Exelroad
Exelroad•2mo ago
no problem.
ted
ted•2mo ago
@Flaze07 in case this isn't clear - think of a symlink as a file, because it is. the restriction is that you cannot create that type of file in shared storage. you can create that type of file in termux's private storage (it was ~ in that reddit screenshot), and there's no restriction on the target of the symlink.

Did you find this page helpful?