|
Re: Copy system to another hard drive
Dear kiddsupreme,
I would try:
/usr/sbin/dump 0f - <partition> | (cd /mnt/newdrive(/folder) && /usr/sbin/restore xf - )
The destination filesystems have to be prepared and mounted before.
No problems with pseudo file systems like /proc, but I'm not sure about Selinux contexts.
Afterwards, you have to install grub in order to be able to boot from the new drive.
Good luck.
__________________
H.Janssen
Alkmaar
The Netherlands
|