Date: Wed, 30 Dec 1998 17:18:33 +0800 From: Shi Yu <yu.shi@research.nokia.com> To: "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG> Subject: NFS? Message-ID: <3689EFE9.44187328@research.nokia.com>
next in thread | raw e-mail | index | archive | help
I'd like to set our FreeBSD machine(Foo1) as a NFS server. I read the manual and write the /etc/exports file as the following: ############################################## /home/john -alldirs -mapall=john localhost Foo2 /usr -mapall=root localhost Foo2 ############################################## On Foo1 or Foo2(which is another FreeBSD machine), I use "mount -t nfs Foo1:/home/john /home/john/mnt" and when I am root, I got the error message "nfs: can't access /home/john: Permission denied" when I am john, I got "...credential too weak..." Some neccessary daemons such as mountd, nfsd have been started. The user's manual does not mention the command like share. Did I miss something? How can I do? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3689EFE9.44187328>