home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7115 < prev    next >
Encoding:
Text File  |  1992-07-31  |  1.8 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!destroyer!gumby!wupost!darwin.sura.net!jvnc.net!primerd.prime.com!hammer!cummings
  3. From: cummings@hammer.Prime.COM (Kevin Cummings)
  4. Subject: Re: Help Gcc, ftp tcp/ip, x
  5. Message-ID: <1992Jul31.114824@hammer.Prime.COM>
  6. Sender: cummings@hammer (Kevin Cummings)
  7. Organization: Prime Computer R&D
  8. References:  <1992Jul31.201047.229@lincoln.ac.nz>
  9. Date: Fri, 31 Jul 1992 15:48:24 GMT
  10. Lines: 33
  11.  
  12. Oh, I almost forgot, if you have to, try TARing up the compressed
  13. tar files before you write them out to the floppy disks.  In that way,
  14. there will be an EOF mark on the floppy disk, and you won't get any
  15. error messages while reading the compressed images off of the raw floppy
  16. disk.
  17.  
  18. If you write the compressed .tar.Z files directly to floppy, you may get
  19. error messages when reading them in.  Read them in via:
  20.     uncompress /dev/fdx > xxx.tar
  21. Check the resulting .tar files to see if they look OK before punting them
  22. as unsuccessful.
  23.  
  24. If you put the compressed tar files into a new tar file, writing this
  25. to the floppy disk via rawrite should allow you to read it under LINUX
  26. without getting any error messages with tar via:
  27.     tar xf /dev/fdx
  28.     uncompress xxx.tar.Z
  29.     tar xf xxx.tar
  30.  
  31. Sure it's an extra step, but well worth it.
  32.  
  33. =================================================================
  34. Kevin J. Cummings                       PrimeService
  35. 20 Briarwood Road                       A Computervision Company
  36. Framingham, Mass.                       500 Old Connecticut Path
  37.                     Framingham, Mass.
  38. Work:  cummings@primerd.Prime.COM
  39. Home:  cummings@kjc386.framingham.ma.us
  40.  
  41. Std. Disclaimer: "Mr. McKittrick, after careful consideration,
  42.           I've come to the conclusion that your new
  43.           defense system SUCKS..."   --  War Games
  44. =================================================================
  45.