Date: Sun, 18 Jun 2000 17:55:42 +1300 From: kit <kit.mitchell@team.xtra.co.nz> To: freebsd-current@freebsd.org Subject: smbfs second mount Message-ID: <394C564E.B59E8225@team.xtra.co.nz>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?394C564E.B59E8225>