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

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