home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / misc / 19405 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.6 KB

  1. Path: sparky!uunet!usc!chaph.usc.edu!news
  2. From: malexand@aludra.usc.edu (Michael Alexander)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: Reading Tar floppies on a NeXT
  5. Date: 8 Sep 1992 00:02:11 -0700
  6. Organization: University of Southern California, Los Angeles, CA
  7. Lines: 28
  8. Message-ID: <laojvjINNddl@aludra.usc.edu>
  9. References: <1992Sep8.044943.2984@athena.mit.edu>
  10. NNTP-Posting-Host: aludra.usc.edu
  11.  
  12. jgshir@athena.mit.edu (John G Shirlaw) writes:
  13.  
  14. >I have a floppy I formated on a RS6000 and then wrote a TAR archive on to it.
  15.  
  16. >How do I recover this info on to my NeXT?  
  17.  
  18. >I know the NeXT has TAR but for starters how do I get the floppy in without the
  19. >NeXT formating it as it seams to want to?
  20.  
  21. >thanks in advance
  22.  
  23. >john shirlaw.
  24.  
  25. Since you most likely used >format< on the rs/6k, the next would not be able to
  26. read the disk. Use dosformat instead, writing out the tar-file with >doswrite<
  27. (slow.) Another possibility would be to tar at the 6k onto the raw fd device 
  28. while reading it on the next with >tar -xvf /dev/rfd0a < (untested). However,
  29. rcp, ftp, tftp, ... between the 6k and the next would be nicer.
  30.  
  31. Cheers,
  32.  
  33. **************************************************************************
  34. *  Michael F. Alexander               University of Southern California  *
  35. *  --------------------               Ma-Bel-Network:    (213) 955-0069  *
  36. *  MVS:       malexan@mvsa.usc.edu    ---------------------------------  *
  37. *  VM-Bitnet: malexand@uscvm.bitnet     "It's a window system named X,   *
  38. *  UNIX:      malexand@chaph.usc.edu     not a system named X Window"    *
  39. **************************************************************************
  40.