<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Yes, I have a 2.5" USB enclosure. I'll boot from a live cd and then
    I have run this (for IDE drive):<br>
    <br>
    dd if=/dev/hda of=/dev/hdb bs=32768
    <br>
    <br>
    I'd change the "h" to "s". Is Nick's the better command?<br>
    <br>
    Muchas gracias all....<br>
    <br>
    On 01/03/2011 02:20 PM, Nick Frost wrote:
    <blockquote
      cite="mid:34F8D9B3-4F28-47A7-912A-FE807E84F710@frostitute.com"
      type="cite">On Jan 3, 2011, at 1:59 PM, Eric Krieger wrote:
      <br>
      <br>
      <blockquote type="cite">How are you cloning the drive?   Are you
        connecting the new drive to
        <br>
        the system via some sort of usb or firewire enclosure?
        Running...
        <br>
        <br>
        dd if=/dev/sda of=/dev/sdb
        <br>
        <br>
        Will copy all partitions from sda to sdb and just expand sda1 on
        the
        <br>
        new drive once it's finished.  Granted it's not the fastest
        method but
        <br>
        it works.
        <br>
      </blockquote>
      <br>
      The above works well, but I've had slightly better results with;
      <br>
      <br>
      dd if=/dev/sda of=/dev/sdb bs=1M conv=notrunc,noerror
      <br>
      <br>
      - Nick
      <br>
      ---------------------------------------
      <br>
      Nicholas S. Frost
      <br>
      7 Avenida Vista Grande #325
      <br>
      Santa Fe, NM  87508
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:nickf@frostitute.com">nickf@frostitute.com</a>
      <br>
      ----------------------------------------
      <br>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
nmglug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nmglug@lists.nmglug.org">nmglug@lists.nmglug.org</a>
<a class="moz-txt-link-freetext" href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a>
</pre>
    </blockquote>
  </body>
</html>