@Tom-Elliott Hello
Fog 6427 / 4874
here is the tests i made
- Restore the station with an old symantec ghost image
- List partitions with diskpart
DISKPART> list disk
Disque ### Statut Taille Libre Dyn Gpt
-------- --------- ----------- -------- --- ---
Disque 0 Connecté 149 GB 0 B
DISKPART> select disk 0
Le disque 0 est maintenant le disque sélectionné.
DISKPART> list partition
Partition ### Type Taille Décalage
------------- ---------------- ------- -----------
Partition 1 OEM 126 MB 20 KB
Partition 2 Principale 49 GB 126 MB
Partition 3 Principale 100 GB 49 GB
- Defragmentation of all the partition
- On fog create a image :
default: Windows 2000/XP
Single Disk - Resizable
Everything
- Assign the new image to the host
- On fog create a new capture task for the station as a debug task
- Launch the task
- Capture works fine
On the server fog :
d1.fixed_size_partitions
d1.minimum.partitions
d1.original.fstypes
d1.original.swapuuids
d1p1.img
d1p2.img
d1p3.img
d1.partitions
cat d1.fixed_size_partitions
1:
cat d1.minimum.partitions
label: dos
label-id: 0x2bd2c32a
device: /dev/sda
unit: sectors
/dev/sda1 : start= 40, size= 257480, type=de
/dev/sda2 : start= 257520, size= 31386360, type=7, bootable
/dev/sda3 : start= 102657680, size= 779520, type=7
cat d1.original.fstypes
/dev/sda2 ntfs
/dev/sda3 ntfs
cat d1.partitions
label: dos
label-id: 0x2bd2c32a
device: /dev/sda
unit: sectors
/dev/sda1 : start= 40, size= 257480, type=de
/dev/sda2 : start= 257520, size= 102400160, type=7, bootable
/dev/sda3 : start= 102657680, size= 209839360, type=7
At reboot, the station stay displaying “Booting…”
Then i try to deploy the image
- Create a new deploy task for the host
During the restauration of /dev/sda1, i’ve got the following error message from partclone
Target partition size (132MB) is smaller than source 132 MB.
Use option -C to disable size checking (Dangerous)
And just after
Image failed to restore and exited with exit code 0 (writeImage)
Args passed /images/test/d1p1 img* /dev/sda1
Then the only solution is to redeploy the old ghost image 