I have tried to do a clone of a 500GB WD Hard Disk to a 1TBGB WD Hard Disk. The source is a Windows 10 Home image. I have tried both sector-by-sector disk-to-disk clone and standard clone (with rescue option) disk-to-disk clone. In both cases the clone completes successfully. The partition table seems intact and identical to the source. But the C: drive has no contents like the source. Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is weird. From the clonezilla.log, I do not see any partition table was created during the disk to disk cloning. Which version of Cloenzilla live did you use?
What are the result if you run the following commands in Clonezilla live prompt:
1. sudo -i
2. cat /proc/partitions
3. parted -s /dev/sda print
4. parted -s /dev/sdb print
Please post the results of 2-4.
Thanks.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried to do a clone of a 500GB WD Hard Disk to a 1TBGB WD Hard Disk. The source is a Windows 10 Home image. I have tried both sector-by-sector disk-to-disk clone and standard clone (with rescue option) disk-to-disk clone. In both cases the clone completes successfully. The partition table seems intact and identical to the source. But the C: drive has no contents like the source. Any ideas?
Adding logs
This is weird. From the clonezilla.log, I do not see any partition table was created during the disk to disk cloning. Which version of Cloenzilla live did you use?
What are the result if you run the following commands in Clonezilla live prompt:
1. sudo -i
2. cat /proc/partitions
3. parted -s /dev/sda print
4. parted -s /dev/sdb print
Please post the results of 2-4.
Thanks.
Steven