Hi Gordon,
I agree that something is wrong here -- when I do an ls -lR of my entire
NT disk, 11,000+ files takes 59 sec the first time, 25 sec for a repeat
(NT has to fill up its caches.)
> The server is an NT 4.0 machine, so I don't think I can turn anything on.
> I tried using tcpdump-smb to log the network traffic, but it crashes
> almost immediately once it sees a few packets.
Smbfs uses samba to get its network connection, so I though maybe the
Linux-side samba software could show what's going on. When you drop a
connection, a samba process gets a signal and is supposed to open a new
network socket and call a smbfs ioctl. This should happen immediately,
but for some reason doesn't on your system. I'd like to find out whether
the samba process is still responding, and why it fails to get a new
socket.
Regards,
Bill