From owner-freebsd-stable@FreeBSD.ORG Sat Jul 9 19:02:18 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E8816A41C for ; Sat, 9 Jul 2005 19:02:18 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id D573443D45 for ; Sat, 9 Jul 2005 19:02:17 +0000 (GMT) (envelope-from christopher.hodgins@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so625014wra for ; Sat, 09 Jul 2005 12:02:17 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UfGjb/mWfmMKW0Pyd3wPIMtpw9NDJv6dXQaFztQo4hgI6GY4FbYPkB8OWepI3/1+NmEmWgNwa1WrboTlHhL5gfQ4zNRL6Z5H5/nN4Oh7j+k96E8MiyO0v5FUdQGLUV6YETIPNzs8d6YIMyApJlq7d82OmTOnnzx7tKH3CNhEIn4= Received: by 10.54.7.78 with SMTP id 78mr2718897wrg; Sat, 09 Jul 2005 11:37:43 -0700 (PDT) Received: by 10.54.84.16 with HTTP; Sat, 9 Jul 2005 11:37:43 -0700 (PDT) Message-ID: <63c3899e05070911377892c43e@mail.gmail.com> Date: Sat, 9 Jul 2005 19:37:43 +0100 From: Chris Hodgins To: Danny Howard In-Reply-To: <20050709175137.GE64117@ratchet.nebcorp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <63c3899e05070807487e0891de@mail.gmail.com> <20050708233854.GA64117@ratchet.nebcorp.com> <63c3899e05070909363077ca9c@mail.gmail.com> <20050709175137.GE64117@ratchet.nebcorp.com> Cc: freebsd-stable@freebsd.org Subject: Re: gmirror, sparc and SCSI problems X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Chris Hodgins List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2005 19:02:18 -0000 On 7/9/05, Danny Howard wrote: > On Sat, Jul 09, 2005 at 05:36:43PM +0100, Chris Hodgins wrote: >=20 > > Everything worked fine until we arrived at this step below. > > # mount /dev/mirror/gm0s1a /mnt > > > > It seems that gmirror does not give us any partitions. A listing of > > the mirror directory shows only the gm0 node even though da0 is > > partitioned. When mounting the mirror it seems that /dev/mirror/gm0 > > only represents the root partition. How can we get the mirror to > > recognise the other partitions? >=20 > Just a wild guess, maybe for Sparc hardware you still need to run > MAKEDEV? >=20 > -danny >=20 According to http://www.freebsd.org/releases/5.4R/migration-guide.html: "MAKEDEV is no longer available, nor is it required. FreeBSD 5.X uses a device file system, which automatically creates device nodes on demand. Configuration of the entries in the device filesystem can be performed with the devfs(8) utility or with the /etc/devfs.conf mechanism. More information can be found in the devfs(5) manual page." Unfortunetly there is no MAKEDEV in 5.4, even for sparc. Is it possible it is some sort of compatibility problem with the partitions created and gmirror? Thanks Chris