mount:nfsmount failed: Bad file descriptor

Denys Vlasenko vda.linux at googlemail.com
Mon Aug 27 11:39:45 UTC 2007


On Monday 27 August 2007 08:48, xiao.liang at cn.alps.com wrote:
> Hi,
>    I have encoutered a problem when mount a nfs filesystem. The nfs
> server's ip is 192.168.1.6 and busybox version is 1.1.3. All the must
> configure features in busybox and kernel is turn on.
> CONFIG_FEATURE_MOUNT_NFS is set to y. And kernel's config CONFIG_NFS_FS,
> CONFIG_NFS_V3 are set to y. The command i use is
>
>  "mount -t nfs -o nolock,vers=2 102.168.1.6:/home/tom /home/tom",
>
> the error message is "
>
> mount:RPC: Timed out
> mount: nfsmount failed: Bad file descriptor
> mount :mounting ......................on /hom/tom failed:Bad file
> descriptor
>
> I have tried remove vers=2 and sth stupid of the command but that does not
> work, any suggestion is appreciate!

Try something more recent than 1.1.3.

Do "strace -o mount.log mount ....." and post mount.log to the mailing list.
--
vda



More information about the busybox mailing list