home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / coherent / 4069 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.5 KB

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ames!ig!ztivax.zfe.siemens.de!lauther
  2. From: lauther@ztivax.zfe.siemens.de (Dr Ulrich Lauther)
  3. Newsgroups: comp.os.coherent
  4. Subject: Re: Copying files to floppy disks
  5. Message-ID: <9208270752.AA10333@zfe.siemens.de>
  6. Date: 27 Aug 92 09:13:16 GMT
  7. References: <no.id>
  8. Sender: daemon@presto.ig.com
  9. Reply-To: "Coherent operating system" <COHERENT@indycms.bitnet>
  10. Lines: 27
  11.  
  12.  
  13.   In article <01GNV2FPK56A8ZE6H1@delphi.com> you write:
  14.   >What could I possibly be doing wrong when copying files to floppies?
  15.   >For example, I downloaded screen.tar.Z, nn.tar.Z, and several other files
  16.   >from mwcbbs today while at work. I noticed that screen.tar.Z was about
  17.   >500K and nn.tar.Z was about 570K after concatenating all of the pieces
  18.   >together. Yet after I get home, I find that screen.tar.Z is 400K and
  19.   >nn.tar.Z is 440K on the floppy and the files are definitely incomplete.
  20.   >Here's how I did the batch today at work:
  21.   >
  22.   >    cat screen.tar.Za? >screen.tar.Z
  23.   >    fdformat /dev/fqa0
  24.   >    mkfs /dev/fqa0 1440
  25.   >    mount /dev/fqa0 /f0
  26.   >    cp screen.tar.Z /f0
  27.   >    umount /dev/fqa0
  28.   >
  29.   Why don't you just use
  30.   >    cat screen.tar.Za? >screen.tar.Z
  31.   >    fdformat /dev/fqa0
  32.     echo screen.tar.c | cpio -ovcB > /dev/fqa0
  33.  
  34. --
  35. ----------------------------------------------------------------------------
  36. Ulrich Lauther          ph: +49 89 636 48834 fx: ... 636 44950
  37. Siemens ZFE BT SE 14    Internet: lauther@ztivax.zfe.siemens.de
  38.                         from ems: lauther@ztivax:tcp-636-18:Mch P Siemens AG
  39.