[CentOS] Transferring system to new drive

Tue Sep 14 12:16:24 UTC 2010
Marcelo M. Garcia <marcelo.maia.garcia at googlemail.com>

Timothy Murphy wrote:
> I was thinking of copying the old root partition with
> 	sudo cp -a -P /* /mnt/hd
> (after mounting the prospective new root partition).
> Then I'd have to modify the new /etc/fstab .

Hi

I think the command rsync is a better approach for this task. It has 
much more features, for example, you can exclude certain files.

Regards

mg.