Re: Teeny, tiny patch to 1.79, & smbfs question

Bill Hawes (whawes@star.net)
Wed, 14 Jan 1998 09:24:57 -0500


John Corey wrote:

> Win95 OSR2 server, kernel 2.1.79 with Win95 bug fix compiled in, and
> samba 1.9.18p1. Here's what happpens:
>
> linux:~# smbmount //bozo/d zz
> Added interface ip=192.168.1.1 bcast=192.168.1.255 nmask=255.255.255.0
> Server time is Tue Jan 13 22:12:42 1998
> Timezone is UTC-6.0
> security=share
> smb: \> mount /mnt/d
> linux:~# SMBFS: Win 95 bug fixes enabled
> smb_newconn: state valid, pid=601
>
> linux:~# df
> Filesystem 1024-blocks Used Available Capacity Mounted on
> /dev/hda2 476226 410880 40751 91% /
> /dev/hda1 694695 529623 129189 80% /usr
> none 2096832 1774016 322816 85% /mnt/d
> linux:~# dir /mnt/d/
> ls: /mnt/d/: File table overflow
> linux:~# dir /mnt/d/
> smb_proc_readdir_long: rcls=2, err=1, breaking
> smb_refill_dircache: readdir failed, result=-23
> total 0
> linux:~# dir /mnt/d/
> smb_proc_readdir_long: rcls=2, err=1, breaking
> smb_refill_dircache: readdir failed, result=-23
> total 0

Hmm, I don't know if this is a new Win 95 problem or somehow related to
the changes in mounting.

You might try adding a -m LANMAN1 to the smbmount command line and see
if that changes the behavior.

Regards,
Bill