On Thursday 02 August 2007 09:25, Devinim ŞÖLEN wrote:
> Hi;
>
> I am using BusyBox version 1.6.1 and have a NFS mounting problem. When I try
> to mount NFS external point getting this error;
>
> mount -t nfs 192.168.10.64:/ /mnt
> mount: mounting 192.168.10.64:/ on /mnt failed
>
> can anybody help ?
* Please find the following line in mount.c:
bb_error_msg("mounting %s on %s failed", mp->mnt_fsname, mp->mnt_dir);
and replace "_error_" with "_perror_". What does it print now?
* Do "strace -o mnt.log mount -t nfs 192.168.10.64:/ /mnt" and post log
* Do "tcpdump -nl -iethN -s0 -vvv host 192.168.10.64 and host <NFS client IP>"
and post log here (bzip2 it if it's big)
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox