finn@theory.tn.cornell.edu (Lee Samuel Finn) (03/16/91)
Following is the most complete reply I've gotten on compatibility between NeXT and SPARC floppies. Another worthwhile suggestion for transferring files is to use DOS formatted floppies, which can be read and written by both the NeXT and the SPARC (with the PD mtools software, available from wuarchive). From harvey@curie.uchicago.edu Fri Mar 15 09:53:17 1991 Received: from midway.uchicago.edu by astrosun.TN.CORNELL.EDU (4.1/1.1nn-Cornell Astronomy Dept) id AA18833; Fri, 15 Mar 91 09:53:15 EST Received: from curie.uchicago.edu by midway.uchicago.edu Fri, 15 Mar 91 08:54:39 CST Return-Path: <harvey@curie.uchicago.edu> Received: by curie.uchicago.edu (4.1/UofC3.0) id AA12295; Fri, 15 Mar 91 08:51:14 CST Date: Fri, 15 Mar 91 08:51:14 CST From: Jeff Harvey <harvey@curie.uchicago.edu> Message-Id: <9103151451.AA12295@curie.uchicago.edu> To: lsf@astrosun.TN.CORNELL.EDU Subject: sun->next Status: R Dear L.S. Finn: After a few questions to NeXT and my local guru I did figure out how to transfer files from sun to NeXT and back using unix formatted floppies. To transfer from sun-> next 1. format floppy 2. tar cvf /dev/rfd0a fname 3. eject disk Now on the NeXT open up a unix shell, become superuser (you can probably avoid this if you want by changing some permissions) and type 1. tar xvf /dev/rfd0b fname NOTE the rfd0b. This is the part that was hard to figure out. Somehow this is the active partition or something like that. Now just 2. disk -e /dev/rfd0a to eject the disk from the NeXT. You may also want to chown the resulting file so it is not owned by root. To go the other way just reverse this procedure. Hope this helps. Jeff Harvey harvey@curie.uchicago.edu