Welcome to TechNet Blogs Sign in | Join | Help

Alan's World of IT

The trials and tribulations of an IT Pro working in a Marketing team.

News



  • This is provided "AS IS" with no warranties, and confers no rights. Use of included samples are subject to the terms specified at Microsoft
How to Share a Parent Disc with child discs on Windows Server 2008 Hyper-V

One problem I have using Windows Server 2008 Hyper-V that I didn’t using VPC was the ability to point the differencing discs to one parent.

This is a trick I use to share one Parent disc with multiple child discs within Hyper-V is to use a Hardlink. On an NTFS fiel system all files have one Hardlink, which is the one you see when a file is created. NTFS allows a single file to have multiple Hardlinks in different directories.

A using FSUTIL HARDLINK CREATE, you create an entry in adirectory that points to the original file in another directory (http://technet.microsoft.com/en-us/library/cc788097(WS.10).aspx), once created the file appears in the directory listing and behaves just like as is the file was created in that directory.

The other side feature is that the file is not deleted until all the hardlinks to it have been deleted, which means I’m not deleting the parent by mistake.

Posted: Friday, August 14, 2009 5:11 PM by Alan Le Marquand
Filed under:

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker