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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message