From owner-freebsd-hackers Mon Apr 3 14:11:53 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA19534 for hackers-outgoing; Mon, 3 Apr 1995 14:11:53 -0700 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA19525 for ; Mon, 3 Apr 1995 14:11:49 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA28437 (5.67a/IDA-1.5); Mon, 3 Apr 1995 15:53:11 -0500 Received: by bonkers.taronga.com (smail2.5p) id AA15785; 3 Apr 95 15:45:57 CDT (Mon) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id PAA15782; Mon, 3 Apr 1995 15:45:56 -0500 From: Peter da Silva Message-Id: <199504032045.PAA15782@bonkers.taronga.com> Subject: Re: large filesystems/multiple disks [RAID] To: terry@cs.weber.edu (Terry Lambert) Date: Mon, 3 Apr 1995 15:45:55 -0500 (CDT) Cc: PVinci@ix.netcom.com, hackers@FreeBSD.org In-Reply-To: <9504031714.AA07097@cs.weber.edu> from "Terry Lambert" at Apr 3, 95 11:14:36 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1397 Sender: hackers-owner@FreeBSD.org Precedence: bulk > I have a disk. > I am cheap. > I fill up a partition on the disk. > Being cheap, I back everything off, repartition, and restore. > Eventually, all partitions on the disk are full. > I break down and buy another drive. > I add pieces of the drive to my full partitions: > o 100M to /home > o 8M to swap > o 70M to /usr You only have two drives. Why would you span? I wouldn't. I'd do this: Make a new, bigger /home on the new drive. Move home over. Use the old /home to increase the size of /usr. Add a new swap partition. Now you have the same sized partitions as you did with striping, without the risks. The only reason I can see for having multiple partitions on the same striped drives is stupidity. Your scenario above is an example. > Spanning is simply a tools for easing the administrative burden; Sounds like you added to it. You had to set up the drives spanned, and do a tape restore of every file system. I only had to do a tape restore of /usr... I copied /home right over. > Now it has grown, but I am on a research grant, and thus on a limited > bugdet. > So I can't run out and buy a 4G drive as a replacement. > So I buy a 2G drive and "add" it to my HGP database partition. That's fine. But now you're not running multiple partitions over the two drives. If possible, what I'd do would be to use the 2GB for the file systems and give the database the whole 3GB one.