From the forums: Using Virtual Hard Disks with Virtual Iron
By default, Virtual Iron creates a vdisks folder in the installation directory (e.g. Program Files\Virtual Iron\vdisks). Sometimes, this folder lives on a disk that does not have sufficent disk space to accomodate virtual hard disks. Virtual Iron provides a way to point this directory to another path. The following steps describe this process.
1. Go to the Virtualization Manager installation directory (C:\Program Files\Virtual Iron\VirtualizationManager)
2. Go to the etc directory
3. Open the vdi.properties file and set defaultVHDRepositoryPath to the desired directory.
For Linux management servers, standard naming rules and directory separator characters apply. For example, to set the repository to the directory /opt/storage/vdisks:
defaultVHDRepositoryPath = "/opt/storage/vdisks"
For Windows management servers, windows-specific UNC syntax is required. This consists of the drive letter and colon, for "\" characters ("\\\\"), and the path. Subdirectories in the path are specified with 2 "\" characters ("\\"). For example, to set the VHD repository to the directory NAS Storage\VHD Repository on the g: drive"
defaultVHDRepositoryPath = "g:\\\\NAS Storage\\VHD Repository"
4. Then restart the management server. The directory will be created, if it doesn't already exist. If an invalid directory is specified, or if the directory can't be created, an error is logged, and the directory will remain set to the last valid directory set.
← The Realities of Virtualization | Virtualization: A New Reality For Corporate IT →
Comments (1)
I think the Windows terminology should be different.
'UNC' refers to the network \\server\share format, so the UNC syntax for the path you described would be
\\machine\g$\NAS Storage\VHD repository
As written, the post describes escaped backslashes, as expected from a product that originated under Linux ;o)
Thanks for identifying the syntax - that would be a pain for MS-centric people to troubleshoot!
Posted by Bob Daniel | July 21, 2007 12:55 AM
Posted on July 21, 2007 00:55