From owner-freebsd-questions Sat Jan 5 20:12:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from stereophonic.noops.org (adsl-63-195-97-84.dsl.snfc21.pacbell.net [63.195.97.84]) by hub.freebsd.org (Postfix) with SMTP id 9CDFC37B41B for ; Sat, 5 Jan 2002 20:12:07 -0800 (PST) Received: (qmail 64512 invoked by uid 1000); 6 Jan 2002 04:12:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jan 2002 04:12:09 -0000 Date: Sat, 5 Jan 2002 20:12:09 -0800 (PST) From: Thomas Cannon To: Jud Cc: Subject: Re: Advice on creating partitions In-Reply-To: Message-ID: <20020105194947.C54919-100000@stereophonic.noops.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Just wondering: I have an 11gb /usr in my current setup that includes > /usr/home. Would there be any advantage to dividing this up into /usr > and /home? > > Jud Unlikely. There would be times that it could be useful, though. Like, if you had a seperate disk to mount it on, then it would be highly useful. Chances are, though, that by breaking your drive into a bunch of smaller partitions you'll just end up making your own life more difficult. You'll have to keep a closer watch that you don't fill either of your two smaller partitions and end up moving things around later instead of just having the space manage itself in one larger partition. I personally tend to go with a few large partitions, like /, /var, and /usr (and of course ). But that's me. I'm sure someone else will come along and argue about how if you have more partitions you'll be less likely to lose the whole machine if one partition gets corrupted or fills, and make wonderful points contrary to my own. But I've never had a partition crap out on me, and I have run out of room and played the symlink game trying to borrow space from elsewhere on the drive to make up for it, and it sucks aplenty. So that's where my opinions come from. Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message