From owner-freebsd-isp Tue Jul 22 09:20:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA08676 for isp-outgoing; Tue, 22 Jul 1997 09:20:40 -0700 (PDT) Received: from wopr.inetu.net (wopr.inetu.net [207.18.13.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA08671 for ; Tue, 22 Jul 1997 09:20:36 -0700 (PDT) Received: from localhost (dev@localhost) by wopr.inetu.net (8.8.5/8.8.5) with SMTP id MAA03379 for ; Tue, 22 Jul 1997 12:27:41 -0400 (EDT) Date: Tue, 22 Jul 1997 12:27:41 -0400 (EDT) From: Dev Chanchani To: freebsd-isp@freebsd.org Subject: pseudo-device ccd Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone played with the following kernel option: pseudo-device ccd number Concatenated disks. This pseudo-device allows you to concatenate multiple disk partitions into one large ``meta''-disk. The number after ccd is the total number of concatenated disks (not total number of disks that can be concatenated) that can be created. (See ccd(4) and ccdconfig(8) man pages for more details.) Optional. I was just wondering about experience in concatenating multiple disks. (And does this option work with multiple disks, or just multiple partitions within one disk)? Thanks in advance, Dev