Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2003 12:25:08 -0500
From:      Jason Morgan <jwm-freebsd@sentinelchicken.net>
To:        freebsd-questions@freebsd.org
Subject:   NFS, something I should know?
Message-ID:  <20030320172508.GA17470@sentinelchicken.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030320172508.GA17470>