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.