home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4774 < prev    next >
Encoding:
Text File  |  1992-08-27  |  2.8 KB  |  72 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!decwrl!pa.dec.com!engage.pko.dec.com!newsdaemon
  3. From: eje@irenaeus.mlo.dec.com (Eric James Ewanco)
  4. Subject: Re: How download X386 to floppies?
  5. Message-ID: <1992Aug27.190505.4577@engage.pko.dec.com>
  6. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  7. Reply-To: ewanco@kalvin.enet.dec.com
  8. Organization: Digital Equipment Corporation
  9. References:  <22269@venera.isi.edu>
  10. Date: Thu, 27 Aug 1992 19:05:05 GMT
  11. Lines: 59
  12.  
  13.  
  14. In article <22269@venera.isi.edu>, allard@isi.edu (Dennis Allard) writes:
  15. Path: engage.pko.dec.com!pa.dec.com!decwrl!sun-barr!cs.utexas.edu!usc!isi.edu!allard
  16. > From: allard@isi.edu (Dennis Allard)
  17. > Subject: How download X386 to floppies?
  18. > Date: Wed, 26 Aug 92 15:36:41 GMT+5:00
  19. > Organization: USC Information Sciences Institute
  20.  
  21. > My goal: create a set of floppies with the X386 distribution on them
  22. >          and then extract that distribution onto my 386BSD.
  23.  
  24. > My situation:
  25.  
  26. >   At home: 386BSD binary distribution up and running on a 386-33 clone
  27. >   At work: HP-UX and SunOS workstations, one which has a floppy drive
  28.  
  29. > I have already ftp'd the files core-{bin,server,fonts,inc,lib,man}-1.0.3.tar.Z
  30. > from agate.berkeley.edu to a fileserver at work.  How can I create a
  31. > multivolume set of floppies which I can then use to install X on my 386 at
  32. > home?
  33.  
  34. > I cannot use MCOPY to move the files to floppies as each one is far too big
  35. > to fit on a single floppy.  This has GOT to be a simple problem, what am
  36. > I missing (besides a Unix User's guide, something which two decades of
  37. > Unix users have missed)?
  38.  
  39. > Dennis
  40. > allard@isi.edu
  41. > (310)399-4740
  42.  
  43. I assume that you have a high-density 3 1/2" floppy on your machines at work.
  44.  
  45. Try this.  Find and compile GNU tar on your HP or Sun system.  (Maybe regular
  46. tar will work, I haven't tried it.) Put your disk in the drive, and use
  47.  
  48. tar cvzf /dev/rrz4a -L 1440 <directory>
  49.  
  50. or whatever your favorite options (and whatever device your floppy is). It will
  51. prompt you to swap disks.  Then simply transfer the floppies to your 386BSD
  52. system:
  53.  
  54. tar xvZf /dev/rfd0a 
  55.  
  56. and that should work.  It works on my Ultrix system.
  57.  
  58. I should note that actually I may be lying; I don't think I've actually tried
  59. to restore a multidisk compressed archive (I did see some notes on problems
  60. with that) so you might try the same thing uncompressed.  However I know I can
  61. read disks written by my Ultrix machine on 386; I've tried it with single
  62. disks.
  63.  
  64. Eric
  65. --
  66. /=============================================================================\
  67. | Eric Ewanco - Software Engineer     For the rash and outrageous opinions ex-|
  68. | Digital Equipment Corp, Maynard MA  pressed herein I alone am responsible;  |
  69. | ewanco@kalvin.enet.dec.com          they do not belong to DIGITAL(TM).      |
  70. \==============================- 2 Th 2:15 -==================================/
  71.  
  72.