home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4128.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.3 KB

  1. Received: from badlands.NoDak.edu (badlands.NoDak.edu [134.129.111.66]) by nacm.com (8.6.10/8.6.9) with ESMTP id DAA09839 for <executor@nacm.com>; Fri, 25 Aug 1995 03:39:41 -0700
  2. Received: from plains (3186@plains.NoDak.edu [134.129.111.64]) by badlands.NoDak.edu (8.6.9/8.6.9) with SMTP id FAA107197 for <executor@nacm.com>; Fri, 25 Aug 1995 05:39:40 -0500
  3. Date: Fri, 25 Aug 1995 05:39:36 -0500 (CDT)
  4. From: John Edward Bauer <jbauer@plains.nodak.edu>
  5. X-Sender: jbauer@plains
  6. To: executor@nacm.com
  7. Subject: Zip drive info.
  8. Message-ID: <Pine.SOL.3.91.950825053353.9269B-100000@plains>
  9. MIME-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11. Sender: owner-paper@nacm.com
  12. Precedence: bulk
  13.  
  14.  
  15. I don't have a Zip drive but I will have one soon. I couldent get the 
  16. first 2k from a zip drive so I'll post how to do it. I'm sure many out 
  17. there know but this may get faster results. This is the command.
  18. dd if=/dev/hda of=file.ext count=4
  19.  
  20. Some info so you know what this actually does. (I'm not trying to trash 
  21. your boot sector now)
  22.  
  23. dd stands for the command disk dump, data dump, dog dump. whichever you 
  24. prefer.
  25.  
  26. if is infile, which is your zip drive device. (It just hits me, does 
  27. linux support zip drives yet?)
  28.  
  29. of is outfile. where the data is dumped.
  30.  
  31. count is number of blocks. 4 blocks... 2k.
  32.  
  33. Hope this helps. 
  34.  
  35. John
  36.  
  37.