From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 14:26:31 2003 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 50B5D37B401 for ; Wed, 23 Apr 2003 14:26:30 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B2AB43FBD for ; Wed, 23 Apr 2003 14:26:27 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h3NLQGOg011018; Wed, 23 Apr 2003 17:26:16 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h3NLQGFw011017; Wed, 23 Apr 2003 17:26:16 -0400 (EDT) From: Jerry McAllister Message-Id: <200304232126.h3NLQGFw011017@clunix.cl.msu.edu> To: michaela@bsd.maa-net.net (Michael A. Alestock) Date: Wed, 23 Apr 2003 17:26:16 -0400 (EDT) In-Reply-To: <200304231714.43449.michaela@bsd.maa-net.net> from "Michael A. Alestock" at Apr 23, 2003 05:14:43 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Adding a new IDE harddrive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:26:31 -0000 > > Yes, I did put the whole disk in one FreeBSD slice in fdisk > (/stand/sysinstall). I will need another harddrive though, because I have > several users on my machine and now that I'm running an IRCd, 4 Eggdrop Bots, > a mailserver, a webserver, as well as a general use shell machine, I want to > be able to have that extra space. I plan on letting them have FTP access as > well so they'll be able to have more space to play with. > Sounds like you will be using up a lot of disk then and may have occasion to add some in the future. You might want to check out vinum for that extra space which will let you design some really big file systems. ////jerry