From owner-freebsd-questions Thu Feb 13 13:54:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11553 for questions-outgoing; Thu, 13 Feb 1997 13:54:47 -0800 (PST) Received: from luke.cpl.net (root@[206.85.245.131]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA11542 for ; Thu, 13 Feb 1997 13:54:42 -0800 (PST) Received: from localhost (shawn@localhost) by luke.cpl.net (8.7.5/8.7.3) with SMTP id NAA00976 for ; Thu, 13 Feb 1997 13:54:44 -0800 (PST) Date: Thu, 13 Feb 1997 13:54:39 -0800 (PST) From: Shawn Ramsey X-Sender: shawn@luke.cpl.net To: questions@freebsd.org Subject: NFS Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to get NFS to work. If /etc/exports is like the following, it works, but read-only. I need to be able to write to the mounted point: /freebsd luke thats about as basic as you can get.. how can I make it read-write by root? ive tried using -maproot but the server doesnt respond when I use it.. thanks.