home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / os2 / misc / 37109 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.5 KB  |  43 lines

  1. Newsgroups: comp.os.os2.misc
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!mentor.cc.purdue.edu!hopf.math.purdue.edu!wilker
  3. From: wilker@hopf.math.purdue.edu (Clarence Wilkerson)
  4. Subject: Getting the service-pack CSD's loaded to disks.
  5. Message-ID: <BxzE3s.I6o@mentor.cc.purdue.edu>
  6. Sender: news@mentor.cc.purdue.edu (USENET News)
  7. Organization: Purdue University
  8. Date: Thu, 19 Nov 1992 20:55:01 GMT
  9. Lines: 32
  10.  
  11. I have access to ftp-os2 at the office
  12. on a Sparc 1+. It seemed silly to have to
  13. transport the SPG3??.ZIP files home to 
  14. process them. Snooping with Xdf showed
  15. that after unziping with UNZIP50, the
  16. .DSK files has a label of sorts that was
  17. 41 bytes long before the actual disk image.
  18. So here's how to do it on a Sparc:
  19.  
  20. (FIRST DELETE THE LEADING 41 bytes)
  21. "dd if=spg301.dsk of=spg301.dsk.new bs=41 skip=1"
  22. This takes awhile to complete.
  23.  
  24. (SECOND, COPY ONTO HD FLOPPY)
  25. Then put a formatted HD disk in the floppy drive and
  26. "dd if=spg301.dsk.new of=/dev/rfd0c bs=9k"
  27. This also takes a bit of time.
  28.  
  29. I set up a batch file to do it and prompts to
  30. stick in the disks, etc. One quibble: this produced
  31. disks that I can access on the sparc using mtools.
  32. I assume that they will work for the CSD inst:
  33.  
  34.  
  35.  
  36.  
  37. -- 
  38. Clarence Wilkerson      \ Bitnet:       wilker%math.purdue.edu@purccvm
  39. Prof. of Math. (topology)\ Internet:    wilker@math.purdue.edu
  40. Dept. of Mathematics      \ messages:   (317) 494-1903, FAX 494-0548
  41. Purdue University,         \ office:    (317) 494-1955 (voice/modem)
  42. W. Lafayette, Indiana 47907 \ 
  43.