Error while imaging with Partition size
-
Server
- FOG Version: 1.3.0-RC-19
- OS: Ubuntu 14.4
Description
Error is
Target partition size (246 MB) is smaller than source (336 MB). Use option -c to disable size checking (Dangerous).
Server
- FOG Version:
- OS:
-
What are you trying to image to?
-
What partition is this?
-
it is an Op 9020 and this is the small partition that the windows systems make. The main partition is 24 Gb and it pushes fine and then when it starts the small one it fails. When running it in debug i noticed that before the push starts i get |Inserting Extended Partition…Failed"
I have used Gparted and removed all partitions off of the drive
-
This is a windows 10 image
Fog image is set to
- OS Windows 10
- Type is single disk resizable
- partition everything
- compression 6
- image manager Partclone
-
Which partition is having the issue? (The number)
-
@Tom-Elliott
/dev/sda3 -
@John-L-Clark Please edit the file:
/images/<relativeimagename>/d1.fixed_size_partitions
and add:3
to the first line. Then try your image. -
@Tom-Elliott worked great what was that fixing? Thanks
-
@John-L-Clark It just told partition 3 to be a fixed size rather than trying to resize the 3rd partition (which in your case was smaller than what the source data was.)
-
@Tom-Elliott Great thank you