Subject: mount_smbfs: can't get handle to requester
To: NetBSD/sparc64 <port-sparc64@netbsd.org>
From: Joel CARNAT <joel@carnat.net>
List: port-sparc64
Date: 11/02/2005 12:19:47
Hi,

I'm trying to mount a remote SMB directory on my U10 (NetBSD 3.0_BETA)
and mount says :
-(jo@nirah)-(NetBSD 3.0_BETA)-(0 jobs)-(Wed Nov 02)-
-(12:12)-(~)- sudo mount /mnt/smb/banania/jo
mount_smbfs: can't get handle to requester (no /dev/nsmb* device available)

The fstab line is :
//jo@banania/jo       /mnt/smb/banania/jo        smbfs rw,-f=0644,-d=0755,-u=jo,-g=users 0 0

I have a reference for 'banania' in /etc/hosts and /etc/nsmb.conf.
I also have done a 'MAKEDEV nsmb' in /dev/
-(jo@nirah)-(NetBSD 3.0_BETA)-(0 jobs)-(Wed Nov 02)-
-(12:18)-(/dev)- ls -alh nsmb*
crw-r--r--  1 root  wheel  134, 0 Oct  7 11:39 nsmb0
crw-r--r--  1 root  wheel  134, 1 Oct  7 11:39 nsmb1
crw-r--r--  1 root  wheel  134, 2 Oct  7 11:39 nsmb2
crw-r--r--  1 root  wheel  134, 3 Oct  7 11:39 nsmb3

Any idea ?
TIA,
	Jo