From owner-freebsd-questions@FreeBSD.ORG Mon May 23 16:33:18 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 BBE4D16A41C for ; Mon, 23 May 2005 16:33:18 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74AC343D1F for ; Mon, 23 May 2005 16:33:18 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j4NGXDTH004309; Mon, 23 May 2005 11:33:13 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost) by mail.goinet.com (8.13.1/8.13.1/Submit) with ESMTP id j4NGXDOL004306; Mon, 23 May 2005 11:33:13 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Mon, 23 May 2005 11:33:13 -0500 (CDT) From: Tony Shadwick To: Lowell Gilbert In-Reply-To: <44ll66x863.fsf@be-well.ilk.org> Message-ID: <20050523112914.T47072@mail.goinet.com> References: <4291531B.6050906@houston.rr.com> <44ll66x863.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org, Ryan Winograd Subject: Re: nfs: fstab or automount/thread hijack 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 16:33:18 -0000 Hmm...hadn't really thought about the config you're suggesting of just mounting user's homes as needed. Quite the thought. :) I've always just mounted /home as a whole. Now you're going to have my mind running. I'm going to hijack this thread just a bit. Is anyone here other htan me having to deal with multiplatform issues with home directories? Example: I use Firefox on all of my machines as the default web browser. When mounting /home, one would think this would be a snap. It's not though. I believe Linux and FreeBSD place Firefox's prefs in ~/.mozilla/firefox. When it mounts on MacOS X, OS X goes looking for them in ~/Library/Application\ Support/Firefox. I tried to get smart about it and simply create a simlink, but it seems like the very structure of that directory gets messed up. I've tried doing something similar for Thunderbird as well, but I wanted to go one step at a time. If I get this working, then we'll work on my remotely mounted home on windows and my stored prefs. ;) The idea is to eventually have a relatively platform-inspecific home directory. Been working on it for ages. Anyway, just a thought. Tony On Mon, 23 May 2005, Lowell Gilbert wrote: > 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >