On Mon, Sep 29, 2008 at 5:18 AM, Narasimha, Swaroop(IE10) <[EMAIL PROTECTED]> wrote: > Hello, > > I am having Problem with NFS client in kernel 2.6.22: > > When I try to copy file greater than 8KB from the NFS server, displays > "Server not responding". > > Kernel details: Kernel-2.6.22-uc1 with the following patch > > 1) m532x-core.12.patch > > 2) m532x-usb.12.patch > > 3) m5373-core.1.patch > > > > What could be the problem???
This was happening for me because my nfs server was configured for UDP by default and the client wasn't always keeping up. Try using passing "-o tcp" to the mount command. Andrew _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
