--- Quote Start ---
originally posted by hippo@Dec 19 2005, 04:43 PM
look at linux-2.6.x/documents/devices.txt for the list of devices numbers.
use "mknod" to add the node,
mknod /dev/sda b 8 0
mknod /dev/sda1 b 8 1
and add to your init script,
mount -t usbfs none /proc/bus/usb
by the way, i would recommand building toolschain and developing on linux.
it would be much faster and less trouble.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=11649)
--- quote end ---
--- Quote End ---
Thank you, hippo.
I tried your suggestion, and I get:
"mknod: cannot make device /dev/sda",
and,
"mknod: cannot make device /dev/sda1".
I'm new to Linux, unfortunately, but that's temporary.
What do you suppose is happening here?
Thanks again.