From owner-freebsd-fs Thu Oct 17 15:22:03 1996 Return-Path: owner-fs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA04238 for fs-outgoing; Thu, 17 Oct 1996 15:22:03 -0700 (PDT) Received: from zit1.zit.th-darmstadt.de (zit1.zit.th-darmstadt.de [130.83.63.20]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA04176; Thu, 17 Oct 1996 15:21:42 -0700 (PDT) Received: from [130.83.63.13] (apfel.zit.th-darmstadt.de [130.83.63.13]) by zit1.zit.th-darmstadt.de (8.7.6/8.6.9) with ESMTP id AAA08136; Fri, 18 Oct 1996 00:20:38 +0200 (MET DST) X-Sender: michael@mail.zit.th-darmstadt.de Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 18 Oct 1996 00:20:04 +0200 To: fs@freebsd.org, questions@freebsd.org From: Michael Beckmann Subject: ccd setup for striping Sender: owner-fs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have made a kernel with ccd support on two of my 2.1.5 systems, and made the ccd devices ccd0 through ccd4 . I would like to concatenate and stripe the disks which hold the newsspool on these servers. I have 4 drives with 2 GB each, and they currently have filesystems on them like /dev/sd1s1e /dev/sd2s1e /dev/sd3s1e /dev/sd4s1e what must I do in order to prepare them for use with ccd ? The manpage speaks about devices named sd2e, sd3e, sd4e, which confuse me a bit. Do I need special disklabels ? Can I use the disks as they are ? I currently use the disks in their entirety for only one filesystem, no DOS partitions on them. Another question I have is, can I use an odd number of disks for striping ? Is it advisable to use ccd if I want to concatenate (stripe) 3, 5 or 6 disks ? Cheers, Michael