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

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