This might not be what you're looking for, but if the second hard drive is not the same size, doing a byte-level copy with DD may not be optimal.<div><br></div><div>You might want to do a "cp -pr" (to copy recursively, along with the permissions) or an rsync (I think "-a" should do owners, permissions, recursivity, timestamp copy, etc..).</div>

<div><br></div><div>You can also use rsync to copy to a remote system, but you can also use SystemImager to create a perfect copy of a hard drive or partition and deploy it to one or many other locations (like Ghost). However, since SystemImager is file-level and not byte-level, it easily clones to hard-drives that aren't necessarily the same size. It also does things like cloning the data and then changing the IP on the remote system.</div>

<div><br></div><div>Dustin Oprea<br><br><div class="gmail_quote">On Thu, Feb 23, 2012 at 1:09 AM, Saikat Saha <span dir="ltr"><<a href="mailto:saikat.80in@gmail.com">saikat.80in@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I want to clone a HDD to another External HDD in Ubuntu 11.04. Please<br>
let me know the process for cloning & also the process for extract<br>
that clone external HDD Image to another system.<br>
<br>
<br>
Regards,<br>
Saikat Saha<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>