package vhd-format

  1. Overview
  2. Docs
type t =
  1. | Fixed_hard_disk
    (*

    A flat constant-space image

    *)
  2. | Dynamic_hard_disk
    (*

    An image which can grow and shrink as data is added and removed

    *)
  3. | Differencing_hard_disk
    (*

    An image which stores only differences from a base "parent" disk

    *)
val to_string : t -> string