During lookup of UFS magics g_label_ufs makes 2 checks:
- magic
- filesystem size is equal to size of geom
But if image is built by mkuzip, geom size can be higher due to sector alignment: mkuzip uses large sectors (default is 16Kb) when fs has 512-byte sectors.
This patch allows difference between FS and geom sizes, but no more than 256 FS sectors.