On Wed, May 14, 2008 at 4:31 PM, swapan karmakar <[EMAIL PROTECTED]> wrote: > > how can we create an exact clone of LinuxOS installed on a HDD to another > HDD...? >
I usually do an 'rsync -axP' to make an exact copy, I don't know if its the ideal solution. It might help to boot up into single user mode, to avoid files being changed while you're copying. You'll need to make changes in /etc/fstab, and manually install grub on the second harddisk. --arnold _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
