I wonder how to do this.
Now, this is linked to my small internal memory.
I'm an experienced Linux user, but Android shell don't have unlink
and rm /sdcard
makes me fear.
What I try to do is to symlink /storage/1234-5678
to /sdcard
, but I see no way.
ln -sfv /storage/1234-5678 /sdcard
is trying to create /sdcard/1234-5678
unlike linux ln
...
Don't know what I can do