From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 05:04:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F0D16A4CE for ; Thu, 18 Nov 2004 05:04:01 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F85E43D53 for ; Thu, 18 Nov 2004 05:04:01 +0000 (GMT) (envelope-from fbsd-questions@trini0.org) Received: from hivemind.trini0.org (trini0.org[65.34.205.195]) by comcast.net (rwcrmhc11) with ESMTP id <20041118050351013004r16ie>; Thu, 18 Nov 2004 05:03:52 +0000 Received: from [192.168.0.16] (gladiator.trini0.org [192.168.0.16]) by hivemind.trini0.org (Postfix) with ESMTP id 66A6B60C6; Thu, 18 Nov 2004 00:03:51 -0500 (EST) Message-ID: <419C2D38.4030601@trini0.org> Date: Thu, 18 Nov 2004 00:03:52 -0500 From: Gerard Samuel User-Agent: Mozilla Thunderbird 0.9 (X11/20041114) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <419B88F1.3090404@trini0.org> <20041118010559.GB95231@xor.obsecurity.org> <419C077B.5030501@trini0.org> <20041118023043.GA23972@xor.obsecurity.org> In-Reply-To: <20041118023043.GA23972@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Re: FreeBSD 5.x & CCD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 05:04:01 -0000 Kris Kennaway wrote: >On Wed, Nov 17, 2004 at 09:22:51PM -0500, Gerard Samuel wrote: > > > >>Well you just burst my bubble. >>I was hoping I was missing a node. Im trying to figure out a problem Im >>having -> >>http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064973.html >>Thanks >> >> > >Just mount /dev/ccd0 instead of /dev/ccd0c since the latter refers to >the entire disk anyway. > Here is what I did... 1. Unconfigured ccd hivemind# ccdconfig -U -f /etc/ccd.conf 2. Reconfigured it hivemind# ccdconfig -C -f /etc/ccd.conf 3. Tried mount the drive the way you recommended, and got hivemind# mount /dev/ccd0 /storage mount: /dev/ccd0: Operation not permitted Im going to try googling to see what I can find out. But if anyone knows why I cannot mount this, then by all means, let me know. Thanks