Date: Tue, 01 Jan 2008 10:58:09 -0800 From: Chris Maness <chris@chrismaness.com> To: Kris Kennaway <kris@FreeBSD.org> Cc: freebsd-questions@FreeBSD.org Subject: Re: NFS issues ?? Message-ID: <477A8D41.9080200@chrismaness.com> In-Reply-To: <477A445A.90904@FreeBSD.org> References: <47795DD0.2040608@chrismaness.com> <477A445A.90904@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway wrote: > Chris Maness wrote: >> I am trying to mount a Linux box with NFS from my FreeBSD box, with >> the command: >> >> # mount_nfs4 192.168.1.66:/home/chris/ /mnt/nfs/ >> >> where the IP is the Linux box and the share is /home/chris >> >> When I run the command I get: >> >> mount_nfs4: /mnt/nfs: No such file or directory >> >> Now /mnt/nfs exists and is writable. >> >> Running showmount returns: >> >> # showmount -e 192.168.1.66 >> >> /home/chris ns1 >> >> Very strange, I have done this in the past with no problems. Any >> suggestions? >> > > Are you certain you used NFSv4? It's more likely you used NFSv3 or v2. > > Kris > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" You were correct, I think the Linux kernel version is not nfs4. When I tried mount_nfs instead of mount_nfs4 it worked as advertised. Thanks, -- Chris Maness (909) 223-9179 http://www.chrismaness.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?477A8D41.9080200>