Date: Fri, 18 Jun 1999 14:51:33 -0600 (MDT) From: Jonathon Doran <doranj@Colorado.EDU> To: freebsd-questions@freebsd.org Subject: Re: sharing drives Message-ID: <199906182051.OAA21569@ucsu.Colorado.EDU> In-Reply-To: <XFMail.990618130105.vagner@vagner.com> from "vagner@WWW.TIMANDPATRICK.COM" at Jun 18, 99 01:01:05 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> Where do you suggest I start Learning on how to > set up NFS. > man exports, man mount I'm away from my FreeBSD machine at the moment, so I'll be a bit vague... I recall being able to manually export a filesystem with exportfs, then mounting it on a remote machine. OSF/1 doesn't have exportfs, and in case BSD got rid of it place the filesystem in /etc/exports. On the remote machine, mount machine:/path So, for exporting /usr machine1# exportfs /usr machine2# mount machine1:/usr /mnt The alternative is to enter the following in machine1's /etc/exports /usr Then the mount on machine2 as above. Jon Doran 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?199906182051.OAA21569>