Fortios.qcow2 ((better)) Jun 2026
Out of the box, a fortios.qcow2 instance will typically boot in "evaluation mode." This mode allows access to most features for a limited time (usually 15 to 60 days) or with low throughput limits. To function as a production security appliance, the image requires the application of a license file (often tied to a FortiCare or FortiGuard subscription). This licensing layer transforms the static qcow2 file into a dynamic, updating security shield, enabling virus definition updates and firmware patches.
The choice of the qcow2 format is not arbitrary; it offers distinct technical advantages over raw disk images, particularly in enterprise environments. The most significant feature is "Copy on Write." In a raw image, if a user creates a 100GB virtual disk, the host system must allocate the full 100GB of physical storage immediately. In contrast, a qcow2 image is sparse. It grows dynamically as data is written. If the OS only requires 4GB of space on a 100GB drive, the fortios.qcow2 file will only consume 4GB of physical storage. fortios.qcow2