One reason writing through NFS is slower than reading is that writes commit to the disk while reads can be buffered. This is a feature of NFS, that when a 'write' returns you know the bits are really magnetically rotating (or equiv) somewhere, but slows down writes. -mark