VHD (Virtual Hard Disk) is a file format which represents a virtual hard disk drive (HDD). It may contain what is found on a physical HDD, such as disk partitions and a file system. It is typically used as the hard disk of a virtual machine. VHDs are commonly used by webdevelopers to locally run ...

learn more… | top users | synonyms

0
votes
1answer
26 views

Download vhd of Windows Azure Cloud Service

Is it possible to download a vhd (or vhdx) image of Windows Azure Cloud Service and run it locally on my computer in Hyper-V? How to do that? Thanks
0
votes
1answer
62 views

Does Robocopy clones C drive (Operating System drive) completely

I am trying to create mirror image(copy) of C drive of my Window server 2008 using Robocopy.The Command is C:>Robocopy V:\ M:\ /MIR /R:1 /W:1 My "C:\" drive consists the Operating System and ...
0
votes
1answer
130 views

Windows 8 internet explorer 10 vhd? has anyone found one?

I've been using microsoft virtual pc to locally run multiple internet explorer versions on my web development machine. Most the time I pull down the vhds I need from Microsoft here however, I have ...
0
votes
1answer
33 views

Read partition and mount it from vritual image

Linux: 1. I have used FUSE to create virtual image which linked to other system with image_getattr, image_readdir, image_open and image_read api functions. 2. losetup to link to loop device (block ...
0
votes
0answers
109 views

VHD not booting in hyper V

I am creating a dynamic vhd for a disk having multiple partitions. The steps involved are First i create a VHD by creating header and footer and calculating bat(Block Allocation Table) size. Then i ...
0
votes
1answer
95 views

How to create a differencing VHD using CreateVirtualDisk in Windows 2008 R2

I'm trying to create a differencing VHD using CreateVirtualDisk API. MSDN examples http://code.msdn.microsoft.com/windowsdesktop/Virtual-hard-disk-03108ed3 is supported only on Win 8/2012. But, if ...
0
votes
2answers
84 views

Unsigned operation need signed variable or what in VHDL

I am facing an problem ...in which p3,p6,p9 ,p1,p4 p7 are 8 bit std_logic_vector. I want to do operation like (p3+2*p6+p9)-(p1+2*p4+p7) without multipier but by shift operation.(by two=>left shift by ...
1
vote
0answers
176 views

Cant boot VHD created by Disk2VHD

I first created system images using Windows backup then realized that those VHD files cannot be booted using Virtual PC. So I found the utility Disk2VHD and spent a few hours making a new VHD and ...
0
votes
0answers
65 views

Create golden image VHD

I have a native bootable VHD (win server 2008R2) with different softwares installed on it (sql server, vs, etc). I would like to know if it possible to create a copy of this VHD and re-deploy it to ...
1
vote
2answers
182 views

std_logic_vector vs. integer synthesis in Xilinx vhdl

I am working in 8 bit pixel values..for ease of coding i want to use conv_integer to convert this 8 bit std_logic_vector.is it cause any synthesise problem?is it reduce the speed of hardware...
0
votes
1answer
50 views

VHD (Virtual PC) - how to force a Startup regardless of changed VHD

I am using a virtual machine to automate the execution of integration tests for a server-based product. I am using "Windows XP Mode and Virtual PC" on a developer machine. I am doing everything ...
0
votes
0answers
55 views

Initialize VHD in c++ language

i have write a program in Visual Studio 2010 in order to create and attach a .vhd file this program creates myVHD.vhd and attach it, however i need to initialize the Disk and set new volume before i ...
2
votes
1answer
966 views

Windows 8 Hyper-v - enable networking and remote connection

I have a vhd file, I need to enable networking and remote connection on it. On the vhd is installed Windows Server 2008 R2 and SharePoint development platform, VS 2010 ... My laptop runs Windows 8 ...
0
votes
4answers
6k views

Adding Windows 8 VHD to boot menu

Those are the steps I've used to add a VHD image to the boot menu: bcdedit /copy {originalguid} /d "New Windows 7 Installation" bcdedit /set {newguid} device vhd=[D:]\Image.vhd bcdedit /set ...
0
votes
2answers
201 views

Azure VM CSUPLOAD RDP [closed]

I am trying to upload a VM to Azure using CSUPLOAD. I have tried both Add-Disk and Add-PersistentVMImage and both succeed in provisioning and starting the VM but I am not able to connect to it ...
0
votes
2answers
358 views

How to to create include files in vhdl?

I need to use one module, I created previously using vhdl in another module and I cant find any info on how to do this. I'm forced to use maxplus2, and the only thing I found there is that I can ...
-1
votes
1answer
218 views

Windows Azure VM Remote Desktop Add-Disk [closed]

I am trying to upload a vm to Azure using Add-Disk. It creates the vm successfully and starts it successfully but I am not able to connect to it using remote desktop. On the VHD I have enabled ...
1
vote
1answer
190 views

Interrupt handling with fpga in VHDL

I am writing interputs for a fpga and dsp need to interact with a dual port memory shared dpram control in vhdl. I have External IOs coming from the SPI bus on oneside to the fpag to be communicated ...
0
votes
1answer
106 views

How to Create, mount , unmount VHD's through java program on windows server 2008?

With reference to VHD Java library , I tried to use libguestfs.. but I am unable to get it work. At the first glance it seems that it is not working on the windows environment. But for the try I am ...
3
votes
1answer
456 views

The Azure OS disk size specified for the virtual machine is too large?

I have VHD file (actually downloaded from Microsoft: http://www.microsoft.com/betaexperience/pd/BIVHD/enus/). I want ot run it as VM (IaaS) on Azure. The file is 60 GB when I upload it to Azure with ...
1
vote
2answers
95 views

using torrents to back up vhd's

Hi it's a question and it may be redundant but I have a hunch there is a tool for this - or there should be and if there isn't I might just make it - or maybe I am barking up the wrong tree in which ...
0
votes
2answers
1k views

How to modify linux kernel for mounting a vhd file at boot time and load the system from it?

I want to modify linux kernel so that it can mount vhd files and starts from it...please give me some idea!!! As we know that linux kernel mount hardisk partitions after the initrd.gz is loaded...i ...
0
votes
2answers
2k views

Hyper-V back up VHD live with PowerShell

I've heard people say that you can back up VHD files on Windows 2008 R2 Hyper-V (non clustered) and back them up while the guest is live and running with powershell scripts. Does anyone have any ...
0
votes
0answers
241 views

compact linux vhd on hyper-v [closed]

I tried to compact a VHD file by Hyper-V Management console but compact doesn't work properly. when is use df -h command to see unused space, i see only 19GB used on /dev/mapper/VolGroup00-LogVol00 ...
0
votes
1answer
570 views

How do I mount a VHD using C# code without invoking a diskpart script?

In my Azure role I want to mount a VHD - roughly have an equivalent of the following diskpart commands: vdisk select VhdFilePath vdisk attach This answer explains how to create a script and then ...
0
votes
0answers
122 views

Very Slow on Azure VHD Initialization (Lucene.Net)

I build a Lucene.Net index (around 250M, still growing) on VHD in Windows Azure. I have 10G local cache for the VHD However, the Initialization is very slow, which cause almost all requests involve ...
1
vote
1answer
181 views

VHD Java library

I'm looking for a Java library that can open .vhd files. I wants to create a program that can navigate inside it. I also want it to be cross-platform. I have googled for an library a while now but ...
1
vote
0answers
147 views

Specify drive letter to use while attaching virtual disk (.vhd) programmatically

I am using OpenVirtualDisk and AttachVirtualDisk functions to mount VHD files, but I couldn't find how to specify a drive letter while mounting the vhd file. I would like to specify the drive letter ...
57
votes
4answers
9k views

How do I delete an Azure storage account containing a leased blob?

I was playing with Windows Azure durable virtual machines. In the end, I deleted the virtual machine (successfully) and tried to delete the associated storage account. The request to delete the ...
2
votes
1answer
962 views

Can I convert from EC2 AMI to VHD?

Can I download an EC2 instance in vhd format? Or download it in AMI format and convert it to VHD?
0
votes
0answers
145 views

Creating a Virtual Hard Disk of or Image backup of Windows Server 2008

I'm going to install windows server 2008 R2 after removing 2008 version. How can I create a backup image or a Virtual Hard Disk file of the previous installation of server 2008. Can I use WIndows AIK ...
1
vote
1answer
272 views

Mounting the WP7 VHD file

According to wiki, VHD (Virtual Hard Disk) may contain what is found on a physical HDD, such as disk partitions and a file system, which in turn can contain files and folders. I have found the VHD ...
0
votes
0answers
159 views

Trying to create dev with SPEasySetUp and VMWare

I am trying to create a dev box for SharePoint 2010 Server utilizing the following: http://blogs.msdn.com/b/cjohnson/archive/2010/10/28/announcing-sharepoint-easy-setup-for-developers.aspx So ...
0
votes
1answer
630 views

SharePoint 2010 Windows 7 Ultimate or Professional - VHD

I’d like to use the VHD from MS in Win 7 http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27417 Which Win 7 do I need Home, Prof., Ultimate, is there a differrence or does it ...
1
vote
0answers
114 views

Virtual Disk Mounting Win7 Virtual disk sdk

I write a program in C++ using Windows 7 SDK, virtual disk functions. When we mount an virtual disk, how can we get which letter Windows assigned to this new disk?
3
votes
2answers
327 views

Virtual Disk Creation and formatting

With Windows SDK 7, we can use Virtual Disk API to create VHD image files but how can we format this image files (e.g FAT32 format), assign drive letter and copy some files into it? I could'n see any ...
0
votes
1answer
415 views

Unable to extract VHD image files

I was unable to mount a VHD image in Windows Server 2008, so I extracted it with 7zip and was left with a file called "0.ntfs". I am unable to extract or mount this file either and I'm not sure what ...
13
votes
10answers
6k views

How to run the Microsoft Windows XP VHD, for testing with IE 6.0, with a valid/un-expired date?

I just downloaded the VHD for windows xp: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=11575 But when I start the virtual pc it says that "the evaluation period for this ...
1
vote
1answer
620 views

FSCTL_LOCK_VOLUME fails with ERROR_ACCESS_DENIED on mounted VHD

I'm working on a program that installs FreeDOS onto a Virtual Hard Disk. It generates and executes a DiskPart script to create the VHD, partition it, format it, then assign it a drive letter. This ...
0
votes
1answer
145 views

Can I use the VSS ASR writer to create a bootable virtual disk image?

I'm researching the way to create a .VHD file that would be bootable in Hyper-V. Can I use the VSS ASR writer that's included in Windows 7 and Win 2k8 to do this?
2
votes
2answers
1k views

How do I increase the size of an Azure CloudDrive?

I have an existing Azure CloudDrive that I want to make bigger. The simplist way I can think of is to creating a new drive and copying everything over. I cannot see anyway to just increase the size of ...
3
votes
2answers
1k views

backup/snapshot a vm image (vhd) in windows azure

I was wondering if anyone had any information on how to backup a vm image that has been uploaded to the cloud. There is an option to revert to the initial state. However, it would be extremely handy ...
1
vote
3answers
730 views

Virtualized Windows 7 and IE VHDs for website testing on a Mac - what's needed?

I know this will probably be considered a duplicate, but looking through the questions I could find, I didn't quite find answers I develop web sites on a Mac, and I obviously need to test them in ...
4
votes
1answer
359 views

Java library for Windows VHD API

I need to mount and navigate a Windows VHD from Java. Anyone know of a Java library that wraps the Windows Virtual Hard Drive API or is there perhaps source code that uses JNA that I can look at. My ...
0
votes
1answer
344 views

Encryption of VHD used to boot

Can boot to VHD file be encrypted and still boot under Windows 7 or Windows Server 2008 R2?
6
votes
3answers
32k views

Running OS X in Virtual PC in a Windows 7 machine? [closed]

Just wondering, has anyone tried to run OS X in a VM environment running in Windows 7? What's the performance like? Any issues in regards to development of iOS software? I have to emphasize this is ...
0
votes
1answer
394 views

2 Worker Roles, one VHD, Auto Fail over

I have 2 Windows Azure Worker Roles, and 1 Cloud Drive VHD (for Lucene.NET documents). At the moment, the first worker role gets the VHD, and the second one constantly tries to mount the VHD (which ...
1
vote
2answers
744 views

azure VHD 1TB uploading

We have very slow connection and very small hard disk, How can I create 1 TB VHD for cloud drive on azure?
0
votes
1answer
394 views

Disk2vhd Hyper-V server question

Hello all I have a backed up about 30 servers using disk2vhd and now I have built my first of many hyper-v severs I did not realize this is all command line I did download CoreConfigurator and that ...
1
vote
2answers
2k views

Convert Hyper V to EC2

Hello all I have a bunch of Hyper V images VHD files and need to get them on Amazon Ec2 does anyone know any way to convert these files to AMI or if amazon has a native way of doing this? thanks!

1 2