From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 02:18:46 2005 Return-Path: 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 D7B9416A4CF for ; Tue, 25 Jan 2005 02:18:46 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0642F43D53 for ; Tue, 25 Jan 2005 02:18:45 +0000 (GMT) (envelope-from nomadlogic@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so517872rne for ; Mon, 24 Jan 2005 18:18:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=SiEIpPm5qEP+3BgckCoNViNwGkU84EHpJRuPrrmUenlHiM07JxS83Kl61tSMt3yNRiislta2ITpwouXjJO/BbSjwbWVK+7O8rp4bdYypMBMirpReUPvTS5fAHNW8uRX/UQMmKEUytYrOC3KXJ650BCkz37kWD83MHvPg99Kmlis= Received: by 10.38.164.15 with SMTP id m15mr155903rne; Mon, 24 Jan 2005 18:18:44 -0800 (PST) Received: by 10.38.14.22 with HTTP; Mon, 24 Jan 2005 18:18:44 -0800 (PST) Message-ID: <57d71000050124181851e66d76@mail.gmail.com> Date: Mon, 24 Jan 2005 18:18:44 -0800 From: pete wright To: Peterhin In-Reply-To: <200501241943.20596.hindrich@worldchat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200501241943.20596.hindrich@worldchat.com> cc: questions@freebsd.org Subject: Re: Partition Size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pete wright List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 02:18:47 -0000 > > That would leave me with a /home of approx. 72GB. I would appreciate > any thoughts as to how I should do this. The computer will be used as > a stand alone workstation, with internet and email access for now. I do > have a large number of JPEG files in my existing /home directory. > (Linux) > generally speaking you would probably be safe having one large /home partition, altho seeing as how you are planning on using this as a workstation for personal learning/dev. work I would make a backup of your important data frequently. My general scheme for splitting up disks with freebsd is like so: 1Gb -> / 2GB -> swap 512M -> /tmp 512M -> /var else -> /usr my $HOME directory is located at /usr/home. This is fine for me %90 of the time for my personal work...if this were a box dedicated for production use I'd obviously spend a fair amount of time planning for the future and partition my disks accordingly. the idea of having a large /usr/ partition is that this is generally where the alot of the systems source code lives as well as the ports tree...this can take up alot of room as time goes on if you are not carefull. HTH -p -- ~~o0OO0o~~ Pete Wright www.nycbug.org NYC's *BSD User Group