Typing "mounted" at the (busybox ash) shell prompt hangs until Ctrl-C (SIGINT) in CorePlus 5.0rc1 and dCore 5.0rc2. Command "which" does not find any executable named mounted. Command "sudo find / -name mounted" returns nothing. Command "busybox mounted" is an error. There is no "builtin" or "help" to identify shell builtins, however "strings /bin/sh" (operating on link to busybox) shows only messages containing the word, but no bare word as with other builtin shell commands.
If you create a script named "mounted" and place it in the First directory of your PATH , the script will not execute. Executes if you specify a full pathname for the command. It is as if /bin/busybox ash is treating it as a builtin...
On dd-wrt (busybox ash), openwrt (busybox ash), Buffalo NAS (busybox ash) typing "mounted" gives the expected:
$ mounted
ash: mounted not found
What in the world is (not) happening?