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

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