nfs problems

Rodger.Wilson at Emulex.Com Rodger.Wilson at Emulex.Com
Tue Oct 25 21:39:02 UTC 2005


2.6.11 had this set...

#define NFS_MOUNT_VERSION       6 

Which was cause the first warning.

So I changed two lines in nfsmount.c

    145 //#define NFS_MOUNT_VERSION 4
    146 #define NFS_MOUNT_VERSION 6

    254     if (nfs_mount_version > NFS_MOUNT_VERSION)
    255         nfs_mount_version = NFS_MOUNT_VERSION;
    256 
    257     //<RPW> my addition
258 nfs_mount_version = NFS_MOUNT_VERSION;

still this didn't fix the problem, but I think I may be on to something.

Rodger Wilson
720-394-7275 (cell)
720-494-2488 (work)

 -----Original Message-----
From: 	busybox-bounces at busybox.net [mailto:busybox-bounces at busybox.net]  On Behalf Of Wilson, Rodger
Sent:	Tuesday, October 25, 2005 3:21 PM
To:	magicfox at magic.fr
Cc:	busybox at busybox.net
Subject:	RE: nfs problems

Yep

[rwilson at osage busybox-1.01]# grep NFS .config
CONFIG_NFSMOUNT=y

Rodger Wilson
720-394-7275 (cell)
720-494-2488 (work)

 -----Original Message-----
From: 	magicfox [mailto:magicfox at magic.fr] 
Sent:	Tuesday, October 25, 2005 3:14 PM
To:	Wilson, Rodger
Cc:	busybox at busybox.net
Subject:	Re: nfs problems

Rodger.Wilson at Emulex.Com wrote :
> I have built a static version of busybox.  However when I try and mount 
> an NFS share it fails.
> 
> Could any of you share some light on the issue?
> 
> mount -t nfs 138.239.147.20:/home1/coshare /home
> 
> nfs warning: mount version older than kernel
> 
> NFS: mount program didn't pass remote address!
> 
> mount: Mounting 138.239.147.20:/home1/coshare on /home failed: Invalid 
> argument

Do you have set CONFIG_NFSMOUNT ?


_______________________________________________
busybox mailing list
busybox at busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox





More information about the busybox mailing list