--- Amol Hatwar <[EMAIL PROTECTED]> wrote: > Chirag Arjun Bhangale wrote: > > > Hi, > > I have 2 computers connected with Ethernet > LAN(cross cabled) and both > > > > ^^^^^^^^ do you mean cross-crimped? > > > running Fedora Core 1. > > I m running nfs server on one of them. > > My problem is that whenever i copy a big file > (about >10MB) the speed > > of copying reduces drastically and sometimes it > even stalls .
[SNIP] ============== NFS HOWTO Says this ========= This is a problem with the fsync() function in 2.2 kernels that causes all sync-to-disk requests to be cumulative, resulting in a write time that is quadratic in the file size. If you can, upgrading to a 2.4 kernel should solve the problem. Also, exporting with the no_wdelay option forces the program to use o_sync() instead, which may prove faster. ====================================== So look out for info on net, that may help. Regards Tapeshwar > > Strange. For you the abbv., NFS = Network Failure > System seems to be > particularly true. > > Regards, > > Amol Hatwar. > > > -- > http://mm.ilug-bom.org.in/mailman/listinfo/linuxers __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ -- http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

