Are you using userspace NFS or the kernel NFS?  The kernel NFS
_should_ be faster.

On Sun, Sep 25, 2011 at 10:02 AM, Terry Barnaby <ter...@beam.ltd.uk> wrote:
> I wonder if NFS is doing a complete sync() to disk on each file close ??

If you are using the userspace NFS, the strace command will show all
the system calls it makes.  Run strace against the NFS daemon and
untar a small tarball with just a few files, otherwise it will spew
mountains of logs.

strace -f will trace child processes in the event that the daemon
forks when you use it.

-- 
Don Quixote de la Mancha
quix...@dulcineatech.com

   Custom Software Development for the iPhone and Mac OS X
   http://www.dulcineatech.com/custom-software-development/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to