Other Help Topics :: mknod



Hello,

does anybody know how i can create a node (with mknod) in DLS?
If i do (as su)
"mknod /dev/usb/my_devicefile 180 16"
i get:
"my_devicefile: applet not found"

If i do (also as su)
"mknod"
I get a list of the currently definned function in the Busybox.
mknod is not part of that list.

Thanks in advance.

Martin

Try installing the gnu utils myDSL extension file. Maybe it contains mknod program.  I do not know for sure.

original here.