Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Fixed Hard Disk Image #1

Open
5 tasks
jhermsmeier opened this issue Jan 9, 2014 · 0 comments
Open
5 tasks

Implement Fixed Hard Disk Image #1

jhermsmeier opened this issue Jan 9, 2014 · 0 comments
Milestone

Comments

@jhermsmeier
Copy link
Owner

A fixed hard disk image is a file that is allocated to the size of the virtual disk. For
example, if you create a virtual hard disk that is 2 GB in size, the system will create
a host file approximately 2 GB in size.

The space allocated for data is followed by a footer structure. The size of the entire
file is the size of the hard disk in the guest operating system plus the size of the
footer. Because of size limitations in the host file system, a fixed hard disk might be
limited. For example, on a FAT32 file system, the maximum size of the virtual hard
disk is 4 GB.

VHD Functions:

  • Create
    (Creates a VHD image file, either using default parameters or using an existing virtual disk or physical disk)
  • Compact
    (Reduces the size of a VHD backing store file)
  • Expand
    (Increases the size of a fixed or dynamically expandable VHD)
  • Mirror
    (Initiates a mirror operation for a virtual disk)
  • Resize
    (Resizes a virtual disk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant