thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:21 am Post subject: nsmb device |
|
|
You will get the error:
mount_smbfs: can't get handle to requester (no /dev/net/nsmb* device)
This is because the make world is kinda broke for this device. You will have to make it
yourself. Go to the '/dev' dir and do a:
mknod nsmb0 c 144 0
Now the devices should be present. |
|