From owner-freebsd-questions Thu Mar 20 9:22:44 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8B5D37B401 for ; Thu, 20 Mar 2003 09:22:43 -0800 (PST) Received: from samson.sentinelchicken.net (h-64-105-205-76.CMBRMAOR.covad.net [64.105.205.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 670A743FB1 for ; Thu, 20 Mar 2003 09:22:42 -0800 (PST) (envelope-from jwm@sentinelchicken.net) Received: (qmail 17501 invoked by uid 1000); 20 Mar 2003 17:25:08 -0000 Date: Thu, 20 Mar 2003 12:25:08 -0500 From: Jason Morgan To: freebsd-questions@freebsd.org Subject: NFS, something I should know? Message-ID: <20030320172508.GA17470@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have set up NFS for the first time and am having a few problems; namely with OpenOffice, but it may go deeper. I am mounting /home and /usr/ports/distfiles from a file server. /etc/exports : # NFS exports file /share -alldirs,maproot=0 client1 cliet2 client3 I mount home and distfiles with /etc/fstab: # Device Mountpoint FStype Options Dump Pass# server:/share/home /usr/home nfs rw 0 0 server:/share/distfiles /usr/ports/distfiles nfs rw 0 0 Does this look correct? OpenOffice crashes everytime I try to write to /home. It worked fine before I moved /home to the server. I have tried mounting with -2, as was suggested some time ago on a mailing list I found through google. Didn't work. Thanks, Jason Morgan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message