From owner-freebsd-questions@FreeBSD.ORG Thu Sep 15 16:01:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DA6DA16A41F for ; Thu, 15 Sep 2005 16:01:19 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687C543D45 for ; Thu, 15 Sep 2005 16:01:19 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 5082 invoked from network); 16 Sep 2005 02:01:18 +1000 Received: from 203-166-227-62.dyn.iinet.net.au (HELO ?192.168.13.8?) (203.166.227.62) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 16 Sep 2005 02:01:18 +1000 Message-ID: <43299AC7.9090009@meijome.net> Date: Fri, 16 Sep 2005 02:01:11 +1000 From: Norberto Meijome User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jason King References: <4329660E.5080601@informs.com> <432980A4.4010508@netfence.it> <43298A51.8000901@informs.com> In-Reply-To: <43298A51.8000901@informs.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Software RAID1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 16:01:20 -0000 > > Andrea Venturoli wrote: >>I used that tutorial on different machines and it has always worked. >>Maybe you have to substitute da0 with something else, that depends on >>your hardware. Can you provide a your dmesg at boot time? >> >> bye >> av. Hi Jason: 1) please do NOT top post (i.e., don't reply @ the top of the email, it makes hell of understanding the thread). I've reordered this reply. Jason King wrote: > The instructions say to use ad0 and ad1 as the /dev names but those > devices don't exist on my server. The device names are da0 and da1. if you have scsi drives, it'll be da# (direct access #), S/PATA drives = ad# . Hence you *seem* to be using the right command. I'd > be glad to post anything you wish, but I don't know what the dmesg is, > or how I get it. Can you tell me where I can get that information? > > Jason 2) man dmesg and, btw, the steps in that howto definitely work...as a guide, just like any how to. there are always tweaks here and there to be done, which is why you should understand the steps rather than following them blindly and expecting them to work in your situation (although the gmirror bootstrap guide you refer to is actually pretty good). Beto