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

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