From owner-freebsd-questions Wed Apr 2 12:55:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA23596 for questions-outgoing; Wed, 2 Apr 1997 12:55:33 -0800 (PST) Received: from federation.addy.com (federation.addy.com [207.239.68.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA23591 for ; Wed, 2 Apr 1997 12:55:29 -0800 (PST) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.8.5/8.6.12) with SMTP id PAA06372 for ; Wed, 2 Apr 1997 15:55:28 -0500 (EST) Date: Wed, 2 Apr 1997 15:55:27 -0500 (EST) From: Cliff Addy To: freebsd-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 Where is any documentation on NFS? The only thing I can find at freebsd.org is a page on solving some bizzare problem, but nothing on the fundamentals of *using* it. For example: 1) I have nfs-mounted a directory from one machine to another. How do I get it unmounted? umount -t nfs dirname comes back with "dirname not mounted" 2) Is there something special to export and mount a directory that's not off the root? e.g. I can export and mount /usr, but not /usr/ftp, I get a "permission denied" message.