Comment 6 for bug 1508510

Revision history for this message
Andreas Bouché (a-bouche) wrote :

I can confirm this. The same behaviour occurs with the latest utopic-kernel (3.16.0-51). Going back to 3.16.0-50 solves the problem.
This happens only when using nfs v3 over UDP like so:

mount -o 'vers=3,udp' 192.168.56.1:'/home/andreas/somefolder' /mnt/nfs-somefolder

Using NFS v4 and/or TCP works without problem. For vagrant, you can use nfs_udp: false as a workaround, as I described here:
https://github.com/mitchellh/vagrant/issues/6423