<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi a,<br>
    <br>
    /dev/sdX is more or less the whole drive, including all partitions.
    /dev/sdX# is the individual partition to that drive.<br>
    <br>
    To see the list of all drives and partitions, you can run this
    command:<br>
    <blockquote>lsblk<br>
    </blockquote>
    Typically you will want to dd the whole drive, so your if= should
    probably be /dev/sda and the of= should probably also be /dev/sdb.
    Though this doesn't apply to *all* circumstances, but I believe
    would make the most sense for what you're trying to do.<br>
    <br>
    Though you will want to be super careful with what the dd command.
    If you move around sata cables, the /dev/xxx can change. I always
    check lsblk to make sure I have the right drives *BEFORE* I run the
    dd command.<br>
    <br>
    Regards,<br>
    <br>
    Jared<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 6/5/19 10:54 AM, a wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:9dd3a29b-07d1-f976-c5b9-c4e8c869661c@kaluta.us">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Brian</p>
      <p>Am ready to run the program. Question gparted choice  /dev/sda
        or /dev/sdd (right top menu)</p>
      <p>When I open /dev/sda it indicates /dev/sda1 which of these do I
        use in te dd command?<br>
      </p>
      <p>Thanks a<br>
      </p>
      <div class="moz-cite-prefix">On 6/4/19 7:30 PM, a wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:9062460b-a5f9-82e5-2e8b-e63ce3a902ad@kaluta.us">
        <pre class="gmail-m_4193771927357076030moz-quote-pre">dd if=/dev/sda of=/dev/sdb bs=1M conv=notrunc,noerror</pre>
      </blockquote>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
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>
    <br>
  </body>
</html>