<br><br><div><span class="gmail_quote">On 5/18/07, <b class="gmail_sendername">Amichai Rotman</b> <<a href="mailto:amichai@iglu.org.il">amichai@iglu.org.il</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br><br>I have a Seagate HD I'd like to check using the SeaTools from Seagate's site.<br><br>I downloaded a Linux version CLI and an ISO to run from a startup disk. <br><br>The ISO is 2.7MB in size and I don't want to use a 700 MB CD-R...
<br><br>Is it possible  (using dd, maybe?) to "dump" it on a regular 1.44 MB floppy?<br><br>How?<br><br></blockquote></div>Hi,<br><br>so as I understand you want to put 2.1 MB of data on a 1.44 MB floppy. I don't think it will fly...
<br><br>In general, when you want to extract files from an ISO, you have to first mount it somewhere in your file system (with mount -o loop ...). <br><br>That way, you have access to the files in the ISO. You can cp, (using mcp from the mtools, in the case of a floppy?) them where you want.
<br><br>See the man pages for details.<br><br>G.<br><br><br>