"Invalid argument" for NFS mount in busybox 1.1.1

Steven Shiau steven at nchc.org.tw
Tue Mar 28 04:29:24 UTC 2006


Hi,
I am using busybox 1.1.1,
------------------------
root at breezy105:~# ./mount --help
BusyBox v1.1.1 (2006.03.28-01:14+0000) multi-call binary
------------------------

But I got an error when I mount a NFS directory:
------------------------
./busybox mount -t nfs 192.168.53.254:/tftpboot/node_root/var/lib/dpkg
/var/lib/dpkg
mount: Mounting 192.168.53.254:/tftpboot/node_root/var/lib/dpkg on
/var/lib/dpkg failed: Invalid argument
------------------------

However, the mount program from Ubuntu Breezy works:
------------------------
mount -t nfs 192.168.53.254:/tftpboot/node_root/var/lib/dpkg /var/lib/dpkg
df | grep dpkg
192.168.53.254:/tftpboot/node_root/var/lib/dpkg
                       3028064   2340256    687808  78% /var/lib/dpkg
------------------------
My configuration for mount and NFS mount:
CONFIG_MOUNT=y
CONFIG_FEATURE_MOUNT_NFS=y
The complete config file is attached.

Is this a bug ? Or did I make something wrong ?
Thanks.

-- 
Steven Shiau
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: busybox-1.1.1.config
Url: http://lists.busybox.net/pipermail/busybox/attachments/20060328/d6b9e7ed/attachment.diff 


More information about the busybox mailing list