From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 14:25:15 2005 Return-Path: X-Original-To: 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 9215116A41F for ; Wed, 22 Jun 2005 14:25:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail26.sea5.speakeasy.net (mail26.sea5.speakeasy.net [69.17.117.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DDA743D4C for ; Wed, 22 Jun 2005 14:25:15 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30128 invoked from network); 22 Jun 2005 14:25:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail26.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Jun 2005 14:25:14 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 59F922B; Wed, 22 Jun 2005 10:25:12 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Wesley Groleau" References: From: Lowell Gilbert Date: 22 Jun 2005 10:25:10 -0400 In-Reply-To: Message-ID: <44hdfqjwop.fsf@be-well.ilk.org> Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: Using FreeBSD to examine/work on a Solaris disk 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: Wed, 22 Jun 2005 14:25:15 -0000 "Wesley Groleau" writes: > I have an i386 FreeBSD 5.4 I've stuck a disk from a Sun Ultra 10 on the > ATA0 slave. > > If possible, I'd like to mount it to see what's what. > > (and tweak some /etc files so I can get into the Sun). > > Is there an fstype to mount the disk? Or even a way to see the > partition table? > > All the ones I tried wouldn't work. FreeBSD does recognize there is a > disk there. > > Of course, I can't be sure it's Solaris---previous owner might have > been into Linux/BSD/whatever. To start with, there's probably a problem with endianness (on the metadata structures). Even if the Sun ran FreeBSD, that would still apply. I'd estimate that this is about the level of a semester project for an undergraduate programmer...