From owner-freebsd-questions@FreeBSD.ORG Mon May 23 15:40:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D44A016A41C for ; Mon, 23 May 2005 15:40:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F56343D1F for ; Mon, 23 May 2005 15:40:22 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2079 invoked from network); 23 May 2005 15:40:21 -0000 Received: by simscan 1.1.0 ppid: 2059, pid: 2076, t: 0.1319s scanners: clamav: 0.84/m:31/d:888 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 May 2005 15:40:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id D91DD30; Mon, 23 May 2005 11:40:20 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Ryan Winograd References: <4291531B.6050906@houston.rr.com> From: Lowell Gilbert Date: 23 May 2005 11:40:20 -0400 In-Reply-To: <4291531B.6050906@houston.rr.com> Message-ID: <44ll66x863.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: nfs: fstab or automount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2005 15:40:22 -0000 Ryan Winograd writes: > If I set up a network in which the /home directory is shared to all > client computers, is it better to have the clients mount the nfs share > in fstab or to let automount handle the mounting? What are the pros > and cons of each? An automounter can let you mount each individual user's home directory only as needed (and dismount it when it's not being used.). If you're going to mount the whole tree, with the home directories for *all* of the users, then you might as well do it once at the start and be done with it.