Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.netspace.net.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!howland.erols.net!newsfeed.internetmci.com!news.xnet.com!news-admin From: Eli Lazich <elazich@loopback.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: ccd help Date: Fri, 25 Oct 1996 10:26:04 -0500 Organization: Loopback Systems, Inc. Lines: 23 Message-ID: <3270DC0C.15E4@loopback.com> NNTP-Posting-Host: hydra.loopback.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (Win95; I) I need any help anyone can offer with ccd. What I've got so far is the ability to use ccdconfig to configure ccd0 just fine. Of course I have to unmount any involved filesystems which is a pain. I have tried using ccdconfig from the command line as follows; ccdconfig ccd0 0 0 /dev/wd0s1se /dev/wd1s1e If I am understanding the man pages properly this sets up 2 slices to look as if they are one, or concatenate serially as they say which is what I am looking for in this specific case. This all works fine and well until I go to mount the newly configured ccd0, I've tried; mount /dev/ccd0 /usr (the former slice held /usr) mount /dev/ccd0c /usr both to no avail. When I execute newfs on the ccd then I can mount it on /usr but since newfs was run there is nothing there anymore. Does anyone know how to configure ccd so that a preexisting filesystem will not be wiped out? I would appreciate any input on this. Eli