pub984 |
Download Create Virtual Hard Drives in Windows 7
Download Create Virtual Hard Drives in Windows 7 Free Full Version You can try Create Virtual Hard Drives in Windows 7 before buy, its trial version is available in downloads.
|
Virtual hard disks (VHDs) are a file type that acts like a hard disk. In previous Windows versions, virtual machines, such as those created by Microsoft Virtual Server 2005 or Microsoft Virtual PC used VHDs. Additionally, Complete PC Backup in Windows Vista created a copy of the computer’s hard disk as a VHD disk image.
You can now create virtual hard drives in Windows 7 and you can now mount VHDs exactly like a physical disk. By mounting a VHD, you can easily copy files to and from the virtual disk. Additionally, Windows 7 can be configured to boot from a VHD.
You can create a VHD from either the Disk Management snap-in or the command line. After you create the VHD, you must attach it and then format it before you can use it, just like a physical partition.
.
Create the VHD from Disk Management
From the desktop follow these steps:
- Click the start icon and select administrative tools then computer management.
.
Right-click Disk Management and then click Create VHD. Follow the prompts that appear.
.
Select
the location where you want to place the virtual hard disk. In this
case, I created a folder called VirtualMachine on the C:\ drive. I also
gave it a virtual hard disk space, 400 mb. I selected the fixed size.
Then click ok.
.
. The file name is vhd1.vhd
.
.
On
the Computer Manager you will see the new disk that you created. Now,
right-click the new disk and then click New Simple Volume (or select a
different volume type, if available). Follow the prompts that appear.
.
.
Now, start the Simple Volume Wizard to configure the vhd into a useable drive.
.
.
Now specify the volume size.
.
.
Assign a Drive Letter.
.
.
Format with NTFS and perform a quick format.
.
Finish the configuration.
.
The new virtual disk is ready to be used, just like any other disk.
.
.
.
Command Line Option
If you prefer to create the virtual hard disk from the command line the steps are straight forward.
Run the command help create vdisk at the DiskPart command prompt.
create vdisk file=”C:\vdisks\disk1.vhd” maximum=16000
attach vdisk
create partition primary
assign letter=g
format
If you prefer to create the virtual hard disk from the command line the steps are straight forward.
Run the command help create vdisk at the DiskPart command prompt.
create vdisk file=”C:\vdisks\disk1.vhd” maximum=16000
attach vdisk
create partition primary
assign letter=g
format
0 commentaires:
Post a Comment