Where should mrb file be saved?
-
I have fresh install of FOG and ran a Image Uploading task in debug mode and it says that It’l save the mbr sectors in /usr/share/fog/mbr/{myimagename}.mbr, but I do not have such a directory, nor I have any kind of *.mbr files on my system. Running Fog 1.2.
-
I don’t think it said it was writing to /usr/share/fog/mbr/{myimagename}.mbr.
The mbr files located in /usr/share/fog/mbr/<OSmbrName>.mbr are only used for resizable images, and only used on the download of an image, not an upload of an image.
That said, the location you see being referenced is in the INIT, not on your server.
-
Understood. Thank you.