Re: Mirroring Hard Drive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> 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:
>
> mkdir /mnt/org
> mount /dev/hdx /mnt/org
> mkdir /mnt/bckup
> mount /dev/hdx /mnt/bckup
>
> cp -af /mnt/org/* /mnt/bckup/.

Won't this command choke if there are too many files?  I think I have
run into that before.

Matt


> umount both drives
>
> then copy mbr
>
> dd if=/dev/hdx of=/dev/hdx bs=512 count=1
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux