2009-08-04 20:18:49 UTC
Hello,
We are using Fog 0.26. When we create a single-partition image, everything works just fine. It creates the temporary image file in /images/dev/<MAC> and then moves it to /images/<image_name> once the image is complete. But when we create a multiple-partition (single-disk) image, it creates the image files for the MBR and each partition under /images/dev/<MAC> but does not create any directories or move the images from the temporary location afterward. We have to create the appropriate directory under /images manually and then move the files into it.
The permissions on /images are set to 777.
Does anyone know why this happens and how it can be solved? Thanks.