NFS issues ??



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?

--
Chris Maness
(909) 223-9179
http://www.chrismaness.com

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages