Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA26648; Mon, 4 Dec 95 05:09:04 EST
Received: from freefall.FreeBSD.ORG by MIT.EDU with SMTP
	id AA07210; Mon, 4 Dec 95 05:08:02 EST
Received: from localhost (daemon@localhost)
          by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id PAA02984
          ; Sun, 3 Dec 1995 15:17:53 -0800
Received: (from root@localhost)
          by freefall.freebsd.org (8.6.12/8.6.6) id PAA02672
          for questions-outgoing; Sun, 3 Dec 1995 15:15:07 -0800
Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211])
          by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA02639
          for <questions@freebsd.org>; Sun, 3 Dec 1995 15:14:58 -0800
Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA10514; Sun, 3 Dec 1995 16:11:58 -0700
From: Terry Lambert <terry@lambert.org>
Message-Id: <199512032311.QAA10514@phaeton.artisoft.com>
Subject: Re: Inodes for news server
To: swaits@pr.erau.edu (Stephen Waits)
Date: Sun, 3 Dec 1995 16:11:58 -0700 (MST)
Cc: peterb@telerama.lm.com, craigs@os.com, questions@freebsd.org
In-Reply-To: <Pine.SOL.3.91.951203103852.22034B-100000@moon> from "Stephen Waits" at Dec 3, 95 10:40:35 am
X-Mailer: ELM [version 2.4 PL24]
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Length: 920       
Sender: owner-questions@freebsd.org
Precedence: bulk

> Does FreeBSD support multiple-drive volumes??  I was under the (perhaps 
> incorrect) assumption that this 'striping' support still did not exist in 
> FreeBSD.  AIX has a nice implementation of this exact feature.  I've 
> glued together two 4.5 Gig drives into one "logical volume" upon which I 
> can create several partitions, etc..

This is one of several types of volume spanning.

AIX does this at the JFS level.  It's hard to increase the size of
a superblock in UFS without the world going to hell.  You'd need a
tool for it and there isn't one at this time.

Other types of volume spanning include:

1)	Device "concatenation" -- what the NetBSD cdd driver does;
	it could be ported to FreeBSD easily.

2)	RAID.

3)	Inferior mounts (UNIX uses this last one by default).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.
