The following command is broken in busybox 1.18.4: mount -t nfs -o nolock server:/dir /mountpoint Executing this command now returns "Invalid argument". This command used to work fine in busybox 1.18.3 (the same kernel and other system components).
(In reply to comment #0) > The following command is broken in busybox 1.18.4: > mount -t nfs -o nolock server:/dir /mountpoint > > Executing this command now returns "Invalid argument". > > This command used to work fine in busybox 1.18.3 (the same kernel and other > system components). This is rather surprising, considering that 1.18.4 had no changed in mount. Can you run "strace -s99 -f -oLOG mount <args>" with working and with broken mount, and attach resulting LOG files to this bug?
Also please attach .config files you used to build your busybox binaries (for both versions).
This is my fault, sorry. I was compiling busybox with the Gentoo toolchain and somebody split off NFS to an nfs USE flag, which I didn't notice, so after upgrading I was building without NFS support. Closing as not a bug.