Misplaced Pages

Fast Virtual Disk

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

Fast Virtual Disk (better known as FVD) is a virtualization-oriented disk image file format developed by IBM for the QEMU virtualization platform. It differs from existing paravirtualization-centric virtual disk image formats through a design that emphasizes lack of contention and separation of concerns between the host and guest kernels through deduplication of filesystem and block layer storage management.

FVD can be written either directly to a physical or logical blockstore (avoiding host filesystem overheads), or to a regular host file system file. It strives to maintain similarity to raw disk layouts, eliminate host filesystem and disk image compression overheads, and minimize metadata-related overheads.

See also

References

  1. "Fast Virtual Disk (FVD) for QEMU". IBM T.J. Watson Research Center. January 2011. Retrieved 28 September 2013. In summary, the design of FVD takes a principled approach to achieve the following benefits: Strive to make the on-disk data layout identical (or at least as close as possible) to that of a RAW image stored on a raw partition. Eliminate the overhead of a host file system when it can be avoided. Eliminate the overhead of a compact image when it can be avoided. Minimize disk I/O overhead for reading on-disk metadata by reducing metadata size. Minimize disk I/O overhead for updating on-disk metadata.

External links

Disk image file formats
Comparison of disc image software
Optical discs
Hard disks
Floppy disks
CDDADisc Description Protocol
Convention: Any item in this table that has the form of "A+B" or "A+B+C" indicates a disk format that spans multiple files, where A contains the bulk of the data, and B and C are sidecar files.
Categories: