Hi Tom
The point of the information in my last post was simply to illustrate the change in partition layout between original and restored system, nothing more.
(FOG Version 7254)
I have conducted another test and had someone watch the process. The original disk starts out with the following partitions:
/boot /dev/sda1 548Mb
/ /dev/sda2 54Gb
(swap) /dev/sda3 25Gb
/dev/sda4 420Gb (Extended Partition)
/Vmachines /dev/sda5 420Gb (within the extended partition)
(We use ext4 filesystems)
During the capture process we see messages on the screen which indicate /dev/sda1 shrink is skipped as fixed size and then it proceeds to shrink /dev/sda2. After this it does display a message saying it is expanding /dev/sda2 and then appears to move on to until it fails an fsck check on /dev/sda5 where upon the system reboots.
Checking the partition structure again after the system reboots we see:
/boot /dev/sda1 548Mb
/ /dev/sda2 16Gb
(free space) 38Gb
(swap) /dev/sda3 25Gb
/dev/sda4 420Gb (Extended Partition)
/Vmachines /dev/sda5 420Gb (within the extended partition)
I cannot send you the files you requested for this test since the capture did not complete. However, looking at the entries in d1.partitions for the previous test (below), it does show a 38Gb gap between sda2 and sda3.
::::::::::::::
d1.partitions
::::::::::::::
label: dos
label-id: 0x00096dbc
device: /dev/sda
unit: sectors
/dev/sda1 : start= 2048, size= 1024000, type=83, bootable
/dev/sda2 : start= 1026048, size= 27308422, type=83
/dev/sda3 : start= 107522048, size= 49152000, type=82
/dev/sda4 : start= 156674048, size= 820099120, type=5
/dev/sda5 : start= 156676096, size= 820097024, type=83
So, when the restore occurs, the disk is being built according to the saved partition layout FOG captured. The problem appears to be with the re-expansion of sda2.
We are presently trying to address the fsck issue and re-expand sda2 back to its original size before trying again.
Regards
PaulG