I have a rack built with 23 RasPi cards, 8 of which are Pi3.
For the Pi2 cards, the following works flawlessly: nfsmount=10.0.2.1:/nfs/[Pi ID] opt=nfs tce=nfs
The exact same command on the Pi3 hangs the mount on boot. (These are headless, so until I open the case and connect a cable, I cannot see what it's complaining about, if anything.)
Now, on a Pi3 which I haven't done the above to yet, manually I get:
sudo mount -t nfs 10.0.2.1:/nfs/[Pi ID] /mnt/nfs hangs the session
sudo mount -o nolock -t nfs 10.0.2.1:/nfs /mnt/nfs works
* I was under the impression (old memory) nolock was in the tc-config start-up script, so this doesn't make sense to me, but I haven't yet compared internals.
Any ideas what the differences are in the start-up when using nfsmount on a Pi2 versus a Pi3?
uname -r: 4.4.39-piCore_v7+
Thanks guys!