From owner-freebsd-questions Wed Feb 10 11:21:27 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA06319 for freebsd-questions-outgoing; Wed, 10 Feb 1999 11:21:27 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hyperhost.net (ether.lightrealm.com [207.159.132.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA06305 for ; Wed, 10 Feb 1999 11:21:22 -0800 (PST) (envelope-from patseal@hyperhost.net) Received: from port4.annex8.radix.net (port4.annex8.radix.net [205.252.108.4]) by hyperhost.net (8.8.5/8.8.5) with ESMTP id OAA03263; Wed, 10 Feb 1999 14:21:09 -0500 (EST) Date: Wed, 10 Feb 1999 14:21:47 -0500 (EST) From: Patrick Seal To: Mike Knoll cc: questions@FreeBSD.ORG Subject: Re: NFS In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Is kill -HUP'ing the mountd process enough to get the NFS servers to > reread /etc/exports? yes > > My exports are: > > /usr/src -maproot=root secondmachine > /usr/home/auser -maproot=root secondmachine > > I can mount -t nfs firstmachine:/usr/src, but not /usr/home/auser. You have to list them like this: /usr/src /usr/home/auser -maproot=root secondmachine ONLY IF they are on the same filesystem. If you chose the default when installing FreeBSD they are. (only one FS per line, RTF(crapppy manpage)M ------------------------------------ _____________________________________ Patrick Seal |"Microsoft isn't evil, they just make | really crappy operating systems." Hyperhost - http://www.hyperhost.net| -Linus Torvalds hosting and Design http://www.freebsd.org - http://www.linux.org > > My exports are: > > /usr/src -maproot=root secondmachine > /usr/home/auser -maproot=root secondmachine > > I can mount -t nfs firstmachine:/usr/src, but not /usr/home/auser. > > I get the following error in /var/log/messages: > > Feb 10 01:32:09 firstmachine mountd[99]: Can't change attributes for > /usr/home/auser. > Feb 10 01:32:09 firstmachine mountd[99]: Bad exports list line > /usr/home/auser -maproot > > Trying to mount /usr/home fails in the same way. > > Thanks for any help. > > Mike > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message