From owner-freebsd-questions Sun Jun 22 05:48:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA00597 for questions-outgoing; Sun, 22 Jun 1997 05:48:24 -0700 (PDT) Received: from mail.i-10.net (mail.i-10.net [208.197.20.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA00592 for ; Sun, 22 Jun 1997 05:48:22 -0700 (PDT) Received: from drscott.i-10.net ([208.197.20.30]) by mail.i-10.net (8.7.5/8.7.3) with SMTP id HAA14088 for ; Sun, 22 Jun 1997 07:47:22 -0500 (CDT) Message-Id: <3.0.32.19970622071708.00733160@mail.i-10.net> X-Sender: drscott@mail.i-10.net X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sun, 22 Jun 1997 07:17:11 -0500 To: questions@freebsd.org From: "Scott L. Whittenburg" Subject: ccd Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We are trying to concatanate two IDE drives into a single volume using ccd on FreeBSD2.1.5. If I set up ccd.conf as ccd0 512 none /dev/wd2e /dev/wd3e then I get mirrored disks and everything works. But, if I try to get serially concatanted disks with a ccd.conf as ccd0 0 none /dev/wd2e /dev/wd3e I get page faults and a reboot. The two disks are not identical and are not the same size. Is there something I am missing? Is this a bug that is fixed in FreeBSD2.2? Please respond by direct email if possible, Thanks.