Faster file transfers with NFS
Posted: 18 Aug 2009, 19:12
I don't know if this is written elsewhere in the forums, but I thought I would mention it for those using NFS file sharing with Mac / Linux.
The NFS file transfer speed from my bubba2 has reliably gone up from 6.5MB/s to 11.2MB/s by using the mount option proto=udp. A side benefit is that the cpu idle time is more like 25% during NFS transfer now rather than 0%... That makes for a happy bubba2
Configuration:
Bubba -> 100Mb/s router -> ethernet cable -> Ubuntu 9.04
Entry in /etc/fstab:
Test on client:
dd if=<large file> of=/dev/null
Edit:
On a Mac client over wireless, the transfer rate drops with UDP so it's not a catch all.
The NFS file transfer speed from my bubba2 has reliably gone up from 6.5MB/s to 11.2MB/s by using the mount option proto=udp. A side benefit is that the cpu idle time is more like 25% during NFS transfer now rather than 0%... That makes for a happy bubba2

Configuration:
Bubba -> 100Mb/s router -> ethernet cable -> Ubuntu 9.04
Entry in /etc/fstab:
Code: Select all
bubba:/home /mnt/bubbahomeNFS nfs noatime,proto=udp,intr 0 0
dd if=<large file> of=/dev/null
Edit:
On a Mac client over wireless, the transfer rate drops with UDP so it's not a catch all.