Hello,
I want to help but for me or anybody else, we need to know what NFS version u r running? UDP or TCP?
are you using: mount -t nfs -o tcp,nolock,wsize=8192,rszie=8192 ip_address:/share/share /mnt/point
or sth else????
Hello,
I want to help but for me or anybody else, we need to know what NFS version u r running? UDP or TCP?
are you using: mount -t nfs -o tcp,nolock,wsize=8192,rszie=8192 ip_address:/share/share /mnt/point
or sth else????
I mount with:
I have tried various different mount options, but they don't seem to affect the problem.Code:mount -t nfs -o noatime,intr,rsize=8192,wsize=8192 nas_ip:/share/share_name /mount_path