From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 03:21:27 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 746CE106564A for ; Sat, 18 Feb 2012 03:21:27 +0000 (UTC) (envelope-from freebsd-questions@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id E5A468FC0A for ; Sat, 18 Feb 2012 03:21:26 +0000 (UTC) Received: from mail.unitedinsong.com.au (bell.herveybayaustralia.com.au [192.168.0.40]) by mail.unitedinsong.com.au (Postfix) with ESMTP id C8C9F5C28 for ; Sat, 18 Feb 2012 13:34:52 +1000 (EST) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.177]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 9B0A85C22 for ; Sat, 18 Feb 2012 13:34:52 +1000 (EST) Message-ID: <4F3F1817.7030009@herveybayaustralia.com.au> Date: Sat, 18 Feb 2012 13:16:39 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4F3ECF23.5000706@fisglobal.com> <20120217234623.cf7e169c.freebsd@edvax.de> <3D08D03C85ACFBB1ABCDC5DA@mac-pro.magehandbook.com> In-Reply-To: <3D08D03C85ACFBB1ABCDC5DA@mac-pro.magehandbook.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: /usr/home vs /home X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Feb 2012 03:21:27 -0000 On 02/18/12 12:16, Daniel Staal wrote: > --As of February 17, 2012 11:46:23 PM +0100, Polytropon is alleged to > have said: > >> Well, to be honest, I never liked the "old style" default >> with /home being part of /usr. As I mentioned before, _my_ >> default style for separated partitions include: >> >> / >> swap >> /tmp >> /var >> /usr >> /home >> >> In special cases, add /opt or /scratch as separate partitions >> with intendedly limited sizes. >> >> You can see that all user data is kept independently from >> the rest of the system. It can easily be switched over to >> a separate "home disk" if needed. > > --As for the rest, it is mine. > > I'm in agreement with you on that I like to have /home be a separate > partition, and not under /usr. (Of course, my current zfs system has > 40 partitions...) Partly though I recognize that I like it because > that's what I'm used to, and how I learned to set it up originally. > (My first unix experience was with OpenBSD, over 10 years ago now.) > > I've never seen anything listing the main reasons for having /home > under /usr though. I figure there must be a decent reason why. Would > anyone care to enlighten me? What are the perceived advantages? > (Particularly if you then make a symlink to /home.) I always thought /usr was like user partition :) But seriously, for the pedantic yes, but for a desktop user (at least) having home on /usr partition makes sense - balances space and functionality; plus a lack of nodes on the disk for partitions? Limit was 8 I think. But now with /usr/home if you want to install from ports it can take a few gig, but that can be wasted because you're not always installing from ports, so might as well share space with the home directories and balance that way. Otherwise you'd need 30G (about) for /usr/ports and all the stuff you want to install and then that cannot be used at all for /home which could be cleared quite easily to make room if necessary if it was on the same partition. All is possible, but not all is necessary or recommended. If I seem a little 'spacy' I have kids hurrying me to make their lunch... ;) > > Just a question that's been bugging me, as I read through different > FreeBSD docs. > > Daniel T. Staal > > --------------------------------------------------------------- > This email copyright the author. Unless otherwise noted, you > are expressly allowed to retransmit, quote, or otherwise use > the contents for non-commercial purposes. This copyright will > expire 5 years after the author's death, or in 30 years, > whichever is longer, unless such a period is in excess of > local copyright law. > --------------------------------------------------------------- > _______________________________________________ > 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"