From owner-cvs-src@FreeBSD.ORG Sun Feb 1 22:32:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4114E16A4CE; Sun, 1 Feb 2004 22:32:45 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 426E043D31; Sun, 1 Feb 2004 22:32:43 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.9) with ESMTP id i126WfA0021794; Sun, 1 Feb 2004 22:32:41 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.10/Submit) id i126WeQQ021793; Sun, 1 Feb 2004 22:32:40 -0800 (PST) (envelope-from obrien) Date: Sun, 1 Feb 2004 22:32:40 -0800 From: "David O'Brien" To: Poul-Henning Kamp Message-ID: <20040202063240.GA21753@dragon.nuxi.com> References: <20040201232018.GD69858@dragon.nuxi.com> <3147.1075702601@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3147.1075702601@critter.freebsd.dk> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: John-Mark Gurney cc: src-committers@FreeBSD.org cc: Ruslan Ermilov cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sbin/sunlabel Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 06:32:45 -0000 On Mon, Feb 02, 2004 at 07:16:41AM +0100, Poul-Henning Kamp wrote: > >> > You can't really see an Alpha disk, on an i386 box. And both of them use > >> > 'bsdlabel'. How do you propose to fix that? ... > >You misread the question. What I spoke of was to take a disk from a > >working Alpha system and try to move it to an x86 machine and mount it. > > Well, it is on our list of things we _want_ to be able to do, but > until do we the endianess-agnostic version of UFS we can't actually > do that. It actually isn't an endianess thing -- both are little endian. One would only only mount the 'c' partition partition in the past -- which really meant one could see the partition starting at 0 ('a' if bootable disk). I guess it is possible that GEOM in 5.2.1 would allow one to mount any partition of an Alpha disk on i386...