From owner-freebsd-current Sat Jun 17 21:58:33 2000 Delivered-To: freebsd-current@freebsd.org Received: from mta1-rme.xtra.co.nz (mta1-rme.xtra.co.nz [203.96.92.1]) by hub.freebsd.org (Postfix) with ESMTP id 4D87637B587 for ; Sat, 17 Jun 2000 21:58:25 -0700 (PDT) (envelope-from kit.mitchell@team.xtra.co.nz) Received: from team.xtra.co.nz ([210.55.238.21]) by mta1-rme.xtra.co.nz (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000618045822.LTWN5139981.mta1-rme.xtra.co.nz@team.xtra.co.nz>; Sun, 18 Jun 2000 16:58:22 +1200 Message-ID: <394C564E.B59E8225@team.xtra.co.nz> Date: Sun, 18 Jun 2000 17:55:42 +1300 From: kit X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: smbfs second mount Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi All On Freebsd 4.0-Release I am trying the smbfs-1.2.1 to mount a couple of NT shares so that I can read some files and copy them to a web server. The problem I am having is that the second mount kills the first. I do mount_smbfs -I machine1 //user1@BP_NT_SVR/user1 BP then mount_smbfs -I machine1 //user2@BP_NT_SVR/output CRO then on ls BP I get ls: BP: Broken pipe I thought that that might be because I had only 1 device entry in /dev/net so I did cd /dev/net mknod nsmb1 c 144 1 mknod nsmb1 c 144 1 mknod nsmb1 c 144 1 mknod nsmb1 c 144 1 Which didn't help. What else should I check or try to get more than one concurent smbfs mounted? TIA --kit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message