Quote:
Originally Posted by xuyn2003
My question is, is there any shell to remove the bind? I typed umount /sdcard/fonts/, but get a word "failed", now I can only reboot to remove the bind.
|
Busybox has a lot of commands ready. To view them, just type
busybox as root.
To execute a command, add busybox before your command, in your cas this would be
busybox umount...
I did not try this, though, so please confirm, if it works for your case.
There is also bash 3.2
You can switch by typing
bash as root.