From owner-freebsd-questions Fri Jun 21 10:24:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26036 for questions-outgoing; Fri, 21 Jun 1996 10:24:01 -0700 (PDT) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA26014 for ; Fri, 21 Jun 1996 10:23:59 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by ref.tfs.com (8.7.5/8.7.3) with ESMTP id KAA00359 for ; Fri, 21 Jun 1996 10:23:32 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-2) with ESMTP id SAA13351; Fri, 21 Jun 1996 18:07:49 +0100 (BST) To: ptroot@uswest.com (Paul T. Root) cc: questions@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Transferring drive from Solaris 2.4 to FreeBSD In-reply-to: Your message of "Fri, 21 Jun 1996 08:26:13 CDT." <199606211326.IAA02436@astro.acs.uswest.com> Date: Fri, 21 Jun 1996 18:07:47 +0100 Message-ID: <13348.835376867@palmer.demon.co.uk> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul T. Root wrote in message ID <199606211326.IAA02436@astro.acs.uswest.com>: > I have a couple of SyQuest EZ135 drives, one on my Sparc Tadpole (Solaris 2.4 > ) > at work and one on my 486 FreeBSD box at home. The drive works great on > both boxes, and the obvious next step is to have both machines use the > same disk so I can move 100 Meg at a time without using the 28.8 line. Even if you got SPARC to use PC partitioning, you can't get a SPARC to read i386 filesystems ... the byte sex bites again (UFS/FFS is based on a large number of structures, which are asuumed to never be needed in anything other than processor byte order). About the only way I can think of is to use something like tar to dump to the EZ135 catridge like a tape and cart that back and forth (since tar is a byte stream, no byte sex problems). Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info