Mike Eisler wrote:
> (E-Mail Removed) wrote:
>
>> Also tried w/o tcp but r/wsize set to 1024. Even tried w/ tcp and the
>> r/w size. No go - same ls error. Thanks for responding. At least
>> the
>> problem's getting narrowed. Any other ideas?
>
> Capture the network traffic, and look at it with ethereal.
> If the server is returning an error from READDIR, that would be
> interesting.
I installed ethereal and ran it. I'm afraid I'm at a loss as to how to
interpret the results, and the output is too long to post. However,
the following seem relevant to this untrained eye:
===================================
Remote Procedure call, Type: Reply XID:0x9b8635a4
XID: 0x9b8635a4 (2609264036)
Message Type: Reply (1)
Program: NFS (100003)
Program Version: 3
Procedure: READDIRPLUS (17)
Reply State: accepted (0)
This is a reply to a request in frame 10 <===underlined & in blue
Time from request: 0.000194000 seconds
.. . . .
Network File System, READDIRPLUS reply Error:Err_IO
Program Version: 3
V3 Procedure: READDIRPLUS (17)
Status: ERR_IO (5)
attributes
Type: Directory (2)
mode: 777
. . . .
nlink: 5
uid 1000
gid 100
size: 1024
used: 1024
===================================
cat /proc/mounts
192.168.1.102:/Volumes/Alien /mnt/alien nfs
rw,nosuid,nodev,v3,rsize=8192,wsize=8192,hard,intr ,udp,lock,addr=192.168.1.102
0 0
Any advice appreciated. Thanks.
--