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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1508510 Title: Something in the Kernel crashes when I try to mount via NFS To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1508510/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
