What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

busybox "applet not found"?

Gangrif

Member
I'm trying a little project on my Droid 4 where i need to mount something.

If i attempt the following from Better Terminal (bash, withr root)
# busybox mount /some/block/device /some/mount/point
It works!

If i run it in a script, it returns:
mount: module not found

Is there some environment stuff i need to include in my script? The script is, essentially, just a collection of the command i need to run, and some error checking. It's essentially a bash script.

Thanks.
 
Back
Top