I downloaded the above version and cloned my Linux Hard Drive to an external Hard drive. I was expecting the files on the external hard drive to be the same as the ones on the drive I cloned. They look nothing like the ones on the source drive ?
External (Target) Drive
Local (Source) Drive
do these look correct ??
OK looking at this a bit more I have the following
df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 71609640 19565684 48347728 29% / /dev/hde1 101086 40727 55140 43% /boot tmpfs 1029324 0 1029324 0% /dev/shm /dev/sda1 101086 40734 55133 43% /db
I seem to have only copied over the /dev/hde1 to the external drive sda1. This took 6 hours so I thought that I was getting the lot.
If this is correct how do I get the rest ??
For LVM, you can not put the cloned (destination) disk and source one in the same machine. The LV will conflict with each other.
Steven.
Log in to post a comment.
I downloaded the above version and cloned my Linux Hard Drive to an external Hard drive. I was expecting the files on the external hard drive to be the same as the ones on the drive I cloned. They look nothing like the ones on the source drive ?
External (Target) Drive
Local (Source) Drive
do these look correct ??
OK looking at this a bit more I have the following
df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
71609640 19565684 48347728 29% /
/dev/hde1 101086 40727 55140 43% /boot
tmpfs 1029324 0 1029324 0% /dev/shm
/dev/sda1 101086 40734 55133 43% /db
I seem to have only copied over the /dev/hde1 to the external drive sda1. This took 6 hours so I thought that I was getting the lot.
If this is correct how do I get the rest ??
For LVM, you can not put the cloned (destination) disk and source one in the same machine. The LV will conflict with each other.
Steven.