From owner-freebsd-questions Mon Feb 24 14:07:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA22435 for questions-outgoing; Mon, 24 Feb 1997 14:07:32 -0800 (PST) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22420 for ; Mon, 24 Feb 1997 14:07:22 -0800 (PST) Received: from sam.pacit.tas.gov.au (michelle.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.4/8.8.2) with SMTP id JAA06485; Tue, 25 Feb 1997 09:06:36 +1100 (EST) Message-Id: <3.0.32.19970225090528.006fc55c@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 25 Feb 1997 09:05:29 +1100 To: Lennart Nilhov , freebsd-questions@freebsd.org From: Carey Nairn Subject: Re: ccd-driver Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk At 07:28 24/02/97 +0100, Lennart Nilhov wrote: >Hello > > >I tried to mirroring disks. >I have driver and pseudo_devices for ccd0. >(ccd0 16 4 /dev/sd1s1e /dev/sd2s1e in ccd.config) > >In what way should I go forwards? > >Then I tried to start mounting with fstab: the answer is /dev/sd1s1e >and /dev/sd2s1e is buzy. >This answer says me to not mounting after that ccd.conf >done te work to mirroring????? > /etc/fstab should contain a line like /dev/ccd1c /u2/.disk2 ufs rw 1 2 and the individual filesystems which are being concatenated should not already be mounted. Also, what are you trying to achieve with this. The ccd driver is for creating a single large filesystem out of multiple smaller filesystems. If you want to mirror one disk on another (i.e. make an exact duplicate) then ccd is not the solution you want. >Thanks in forehand > >/Lennart Nilhov > > >