<div dir="ltr">Or you could boot up with knoppix or some other livecd so the filesystem is not in use and mount both drives and do a: <br><br>mkdir /mnt/org<br>mount /dev/hdx /mnt/org<br>mkdir /mnt/bckup<br>mount /dev/hdx /mnt/bckup<br>
<br>cp -af /mnt/org/* /mnt/bckup/.<br><br>umount both drives<br><br>then copy mbr<br><br>dd if=/dev/hdx of=/dev/hdx bs=512 count=1<br> <br><br>I recalled this from memory but I don''t think I left anything out, but your mileage may very, at this point you could replace your orginal with your backup and it should boot just fine.<br>
I use this method to copy/resize new virtual images and works quite good and fast.<br><br><div class="gmail_quote">On Fri, Aug 1, 2008 at 2:27 PM, Matt <span dir="ltr"><<a href="mailto:lm7812@gmail.com">lm7812@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have a 500GB Sata drive about 15% used I would like to make an exact<br>
copy of too another Sata 500GB drive as a spare.  That way if<br>
something happens to the one in service I can plug in the spare<br>
quickly and restore one of the weekly backups without reinstalling the<br>
entire OS and all the little tweaks of setup on this mail/web server.<br>
<br>
How do I do this?  That is make an exact bootable copy of a linux<br>
drive.  Its running Centos 4.6 if that matters.<br>
<font color="#888888"><br>
Matt<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</font></blockquote></div><br></div>