From owner-freebsd-fs Sun Jul 23 3:10:15 2000 Delivered-To: freebsd-fs@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id AFE8937BAD0 for ; Sun, 23 Jul 2000 03:10:08 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org (InterJet.elischer.org [192.168.1.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id DAA69801; Sun, 23 Jul 2000 03:10:04 -0700 (PDT) Date: Sun, 23 Jul 2000 03:10:03 -0700 (PDT) From: Julian Elischer To: Patrick Lashley Cc: fs@freebsd.org Subject: Re: Is there any way to read a Solaris/SPARC filesystem from FreeBSD ? In-Reply-To: <20000723.3370600@asimov.phoenix.volant.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org put the drive on you PC, dd the info across the network to the new sparc machine, onto a new drive.. dd if=olddrive | rsh newmachine dd of=/dev/newdrive On Sun, 23 Jul 2000, Patrick Lashley wrote: > My SPARCstation 2 has just croaked; and the Ultra-10 I'm replacing it > with doesn't have SCSI. Is there any way I can mount the disks from the > SS2 on one of my FreeBSD (4.1-RC) machines to recover the data? > Read-only mounts are fine. > > > Thanks, > -Pat > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-fs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Sun Jul 23 19:21:20 2000 Delivered-To: freebsd-fs@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 33E8037B843 for ; Sun, 23 Jul 2000 19:21:16 -0700 (PDT) (envelope-from clefevre@citeweb.net) Received: (qmail 3342050 invoked from network); 24 Jul 2000 02:21:14 -0000 Received: from r227m167.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.227.167]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 24 Jul 2000 02:21:14 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id EAA23215; Mon, 24 Jul 2000 04:21:13 +0200 (CEST) (envelope-from clefevre@citeweb.net) To: freebsd-fs@freebsd.org Subject: Re: Is there any way to read a Solaris/SPARC filesystem from FreeBSD ? References: X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre From: Cyrille Lefevre In-Reply-To: Julian Elischer's message of "Sun, 23 Jul 2000 03:10:03 -0700 (PDT)" Date: 24 Jul 2000 04:21:12 +0200 Message-ID: Lines: 19 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Julian Elischer writes: > put the drive on you PC, > dd the info across the network to the new sparc machine, > onto a new drive.. > dd if=olddrive | rsh newmachine dd of=/dev/newdrive > > On Sun, 23 Jul 2000, Patrick Lashley wrote: > > > My SPARCstation 2 has just croaked; and the Ultra-10 I'm replacing it > > with doesn't have SCSI. Is there any way I can mount the disks from the > > SS2 on one of my FreeBSD (4.1-RC) machines to recover the data? > > Read-only mounts are fine. is Solaris ufs so different than *BSD ufs as well as the disklabels ? Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Mon Jul 24 2:54:12 2000 Delivered-To: freebsd-fs@freebsd.org Received: from ywing.creative.net.au (ywing.creative.net.au [203.56.168.34]) by hub.freebsd.org (Postfix) with ESMTP id 950FB37B528 for ; Mon, 24 Jul 2000 02:54:09 -0700 (PDT) (envelope-from adrian@ywing.creative.net.au) Received: (from adrian@localhost) by ywing.creative.net.au (8.9.3/8.9.3) id MAA62591; Mon, 24 Jul 2000 12:01:55 +0200 (CEST) (envelope-from adrian) Date: Mon, 24 Jul 2000 12:01:55 +0200 From: Adrian Chadd To: Cyrille Lefevre Cc: freebsd-fs@freebsd.org Subject: Re: Is there any way to read a Solaris/SPARC filesystem from FreeBSD ? Message-ID: <20000724120155.A62551@ywing.creative.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from clefevre@citeweb.net on Mon, Jul 24, 2000 at 04:21:12AM +0200 Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jul 24, 2000, Cyrille Lefevre wrote: > Julian Elischer writes: > > > put the drive on you PC, > > dd the info across the network to the new sparc machine, > > onto a new drive.. > > dd if=olddrive | rsh newmachine dd of=/dev/newdrive > > > > On Sun, 23 Jul 2000, Patrick Lashley wrote: > > > > > My SPARCstation 2 has just croaked; and the Ultra-10 I'm replacing it > > > with doesn't have SCSI. Is there any way I can mount the disks from the > > > SS2 on one of my FreeBSD (4.1-RC) machines to recover the data? > > > Read-only mounts are fine. > > is Solaris ufs so different than *BSD ufs as well as the disklabels ? > > Cyrille. When reading the linux ufs source there are notes in that each FFS implementation is slightly different .. I wouldn't be at all surprised. Adrian -- Adrian Chadd Now 17-year-olds can't play a _video game_ because its called violent - and real violence is still called dinner. -- jamie@mccarthy.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Mon Jul 24 10: 5:53 2000 Delivered-To: freebsd-fs@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 0E72037BC1D for ; Mon, 24 Jul 2000 10:05:39 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.7/nospam) with UUCP id TAA00424 for freebsd-fs@freebsd.org; Mon, 24 Jul 2000 19:05:29 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id DCEE88865; Mon, 24 Jul 2000 08:14:29 +0200 (CEST) Date: Mon, 24 Jul 2000 08:14:29 +0200 From: Ollivier Robert To: freebsd-fs@freebsd.org Subject: Re: Is there any way to read a Solaris/SPARC filesystem from FreeBSD ? Message-ID: <20000724081429.A14091@keltia.freenix.fr> Mail-Followup-To: freebsd-fs@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from clefevre@citeweb.net on Mon, Jul 24, 2000 at 04:21:12AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Cyrille Lefevre: > is Solaris ufs so different than *BSD ufs as well as the disklabels ? UFS is endianness-dependent IIRC. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun 4 22:44:19 CEST 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Mon Jul 24 10:19:37 2000 Delivered-To: freebsd-fs@freebsd.org Received: from racine.cybercable.fr (racine.cybercable.fr [212.198.0.201]) by hub.freebsd.org (Postfix) with SMTP id 087F637BA3B for ; Mon, 24 Jul 2000 10:19:32 -0700 (PDT) (envelope-from clefevre@citeweb.net) Received: (qmail 3582381 invoked from network); 24 Jul 2000 17:19:24 -0000 Received: from r227m167.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.227.167]) (envelope-sender ) by racine.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 24 Jul 2000 17:19:24 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id TAA29370; Mon, 24 Jul 2000 19:19:24 +0200 (CEST) (envelope-from clefevre@citeweb.net) To: Adrian Chadd Cc: freebsd-fs@freebsd.org Subject: Re: Is there any way to read a Solaris/SPARC filesystem from FreeBSD ? References: <20000724120155.A62551@ywing.creative.net.au> X-Face: V|+c;4!|B?E%BE^{E6);aI.[<97Zd*>^#%Y5Cxv;%Y[PT-LW3;A:fRrJ8+^k"e7@+30g0YD0*^^3jgyShN7o?a]C la*Zv'5NA,=963bM%J^o]C Reply-To: Cyrille Lefevre From: Cyrille Lefevre In-Reply-To: Adrian Chadd's message of "Mon, 24 Jul 2000 12:01:55 +0200" Date: 24 Jul 2000 19:19:23 +0200 Message-ID: Lines: 28 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Adrian Chadd writes: > On Mon, Jul 24, 2000, Cyrille Lefevre wrote: > > Julian Elischer writes: > > > > > put the drive on you PC, > > > dd the info across the network to the new sparc machine, > > > onto a new drive.. > > > dd if=olddrive | rsh newmachine dd of=/dev/newdrive > > > > > > On Sun, 23 Jul 2000, Patrick Lashley wrote: > > > > > > > My SPARCstation 2 has just croaked; and the Ultra-10 I'm replacing it > > > > with doesn't have SCSI. Is there any way I can mount the disks from the > > > > SS2 on one of my FreeBSD (4.1-RC) machines to recover the data? > > > > Read-only mounts are fine. > > > > is Solaris ufs so different than *BSD ufs as well as the disklabels ? > > When reading the linux ufs source there are notes in that each FFS > implementation is slightly different .. I wouldn't be at all surprised. well. no chance to read those filesystems until the solaris code is "open" in october to see how they implement the ufs filesystem... Cyrille. -- home: mailto:clefevre@citeweb.net work: mailto:Cyrille.Lefevre@edf.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message From owner-freebsd-fs Mon Jul 24 11:16:24 2000 Delivered-To: freebsd-fs@freebsd.org Received: from phoenix.volant.org (phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id 48FD837BCE6 for ; Mon, 24 Jul 2000 11:15:52 -0700 (PDT) (envelope-from patl@Phoenix.Volant.ORG) Received: from asimov.phoenix.volant.org ([205.179.79.65]) by phoenix.volant.org with esmtp (Exim 1.92 #8) id 13GmlT-0007iA-00; Mon, 24 Jul 2000 11:15:43 -0700 Received: from localhost (localhost [127.0.0.1]) by asimov.phoenix.volant.org (8.9.3+Sun/8.9.3) with SMTP id LAA00618; Mon, 24 Jul 2000 11:15:41 -0700 (PDT) From: patl@Phoenix.Volant.ORG Date: Mon, 24 Jul 2000 11:15:41 -0700 (PDT) Reply-To: patl@Phoenix.Volant.ORG Subject: Re: Is there any way to read a Solaris/SPARC filesystem from FreeBSD ? To: Greg Lehey Cc: fs@FreeBSD.ORG In-Reply-To: <20000723132708.G22294@wantadilla.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 22-Jul-00 at 20:57, Greg Lehey (grog@lemis.com) wrote: > On Sunday, 23 July 2000 at 3:37:06 +0000, Patrick Lashley wrote: > > My SPARCstation 2 has just croaked; and the Ultra-10 I'm replacing it > > with doesn't have SCSI. Is there any way I can mount the disks from the > > SS2 on one of my FreeBSD (4.1-RC) machines to recover the data? > > Read-only mounts are fine. > > Not that I know of. I'd suggest you copy the raw file system with dd > and put it on your new machine. Unfortunately, that isn't an option. The original small internal drives on the SS2 have long since been replaced by a single 9Gb external unit; and the Ultra 10 comes with one 9Gb drive. So there's no way to even try it without overwriting the OS or getting a second drive. And if I'm buying more hardware, I may as well get a SCSI card for the U10. (Anybody know a good source for a card based on the Symbios 53C871 ?) -Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message