<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; vhd</title> <atom:link href="http://www.ghacks.net/tag/vhd/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Automatically Attach VHD Images [Windows 7]</title><link>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/</link> <comments>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/#comments</comments> <pubDate>Thu, 14 Jan 2010 13:56:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[attach vhd]]></category> <category><![CDATA[diskpart]]></category> <category><![CDATA[mount vhd]]></category> <category><![CDATA[vhd]]></category> <category><![CDATA[vhd images]]></category> <category><![CDATA[windows 7]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22324</guid> <description><![CDATA[The Windows 7 operating system comes with the option to create virtual hard drive [vhd] images that can be mounted in the operating system after creation. This works pretty much the same way that iso images and other disk images can be mounted in an operating system. VHD images are automatically attached after their creation [...]]]></description> <content:encoded><![CDATA[<p>The Windows 7 operating system comes with the option to create virtual hard drive [vhd] images that can be mounted in the operating system after creation. This works pretty much the same way that iso images and other disk images can be mounted in an operating system. VHD images are automatically attached after their creation but never again automatically after the computer system has been rebooted. This is a nuisance for users who need to work regularly with the same vhd image on the computer system.</p><p>An easy option to automatically attach vhd images is to use the diskpart command line utility which is part of the Windows 7 operating system. Diskpart is a powerful tool to enable storage configuration from the command line (as well as remote sessions and scripts).</p><p><span
id="more-22324"></span>Diskpart can be lauched manually by typing in diskpart in the run box in the Windows 7 start menu. This will open a new command line window with Diskpart launched.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/diskpart.jpg" alt="" title="diskpart" width="485" height="359" class="alignnone size-full wp-image-22325" /></p><p>The first command specifies the vhd image that should be attached to Windows 7:</p><p><code>select vdisk file=c:\pathtovhdfile</code></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/vhdisk_diskpart-500x329.jpg" alt="" title="vhdisk diskpart" width="500" height="329" class="alignnone size-medium wp-image-22326" /></p><p>The second command attaches the specified vhd image</p><p><code>attach vdisk</code></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/01/attach_vdisk-500x323.jpg" alt="" title="attach vdisk" width="500" height="323" class="alignnone size-medium wp-image-22327" /></p><p>This is the manual process. To automate the process of attaching a vhd to the system do the following. Create a new text document and place the two lines mentioned above in it. You can add those two lines again for every vhd image that should be automatically mounted during system start. Save the file as vhdattach.s</p><p>Create a new text document and add the following line to it.</p><p>diskpart -s &#8220;c:\pathtovhdattach.s&#8221;</p><p>Rename the text document to diskpart.cmd and place this file in the startup folder in the Windows start menu. Diskpart.cmd will be executed on startup of the operating system. It will process the commands in vhdattach in diskpart so that the vhd images will be attached to the system.</p><p>It might be necessary on the first run to go into the disk management tool to format the vhd drives in Windows so that drive letters are assigned to them. The Disk Management tool can also be used to detach vhd images.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/14/automatically-attach-vhd-images-windows-7/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Gizmo Drive Mounting With New Features</title><link>http://www.ghacks.net/2009/01/19/gizmo-drive-mounting-with-new-features/</link> <comments>http://www.ghacks.net/2009/01/19/gizmo-drive-mounting-with-new-features/#comments</comments> <pubDate>Mon, 19 Jan 2009 20:08:39 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[cd image]]></category> <category><![CDATA[disk images]]></category> <category><![CDATA[dvd image]]></category> <category><![CDATA[gizmo drive]]></category> <category><![CDATA[mount cd]]></category> <category><![CDATA[mount dvd]]></category> <category><![CDATA[mount image]]></category> <category><![CDATA[mount iso]]></category> <category><![CDATA[vhd]]></category> <category><![CDATA[virtual hard drive]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=10005</guid> <description><![CDATA[There is definitely no shortage when it comes to mounting CD or DVD images. The functionality will finally be added in Microsoft&#8217;s upcoming operating system Windows 7 and has been build in in KDE for a few years. We covered a few tools in the past that can be used to mount iso images in [...]]]></description> <content:encoded><![CDATA[<p>There is definitely no shortage when it comes to mounting CD or DVD images. The functionality will finally be added in Microsoft&#8217;s upcoming operating system <a
href="http://windows7news.com/">Windows 7</a> and has been build in in KDE for a few years. We covered a few tools in the past that can be used to <a
href="http://www.ghacks.net/2008/12/29/mount-iso-images/">mount iso images</a> in the past.</p><p><a
href="http://arainia.com/software/gizmo/overview.php?nID=4">Gizmo Drive</a> (via Lee at <a
href="http://downloadsquad.switched.com/2009/01/19/free-gizmodrive-is-an-excellent-virtual-cd-dvd-and-hdd-app/">Download Squad</a>) is yet another tool to mount CD and DVD images in Windows. It can mount ISO, BIN, CUE, MDS, MDF, NRG and VHD images which are essentially the most popular image formats. Images can be mounted using the shell in Windows Explorer, the command line or the graphical user interface.</p><p>Gizmo Drive can mount as many CD, ISO or Virtual Hard Drive images as there are free drive letters available. Each image can be remounted during Windows Startup or write protected so that the data does not get changed.</p><p><span
id="more-10005"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/01/mount_image-499x345.jpg" alt="mount image" title="mount image" width="499" height="345" class="alignnone size-medium wp-image-10007" /></p><p>It is also possible to create new ISO images with some interesting features besides being able to mount existing images. Gizmo Drive can create virtual hard drive images, ISO images from disc and virtual hard drives that reside in RAM and act as a RAM drive. The virtual hard drives can be compressed and encrypted for additional security.</p><p>The drive mounting software has a surprisingly low resource usage when minimized in the Windows System Tray with less than four Megabytes of computer memory total. Make sure you only check the GDrive option during setup unless you want to install other programs as well.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/01/19/gizmo-drive-mounting-with-new-features/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
