|
-
Aug 11th, 2008, 10:49 AM
#1
Thread Starter
New Member
[2008]/[2005] Mounting volume shadow copy as drive letter?
How do you mount volume shadow copy as drive letter?
-
Aug 11th, 2008, 11:08 AM
#2
Re: [2008]/[2005] Mounting volume shadow copy as drive letter?
I dont know if thats possible... I mean you can access a Volume Shadow Copy by going to the Previous Versions tab on a network folder or by going to Start -> Run -> \\server\data_share\@GMT-2008.08.11-06.00.02
Obviously the date/time at the end would need changing to relate to your Shadow Copy but you get the idea. However, you cannot map a drive to that same path as windows just says "There is no network"...
So, I think the only thing you can do if you want to access a VSS copy programmatically is use the tools from the VSS SDK in a similar way to this: http://blogs.msdn.com/adioltean/arch...05/346793.aspx
EDIT: Here's a better tutorial on how to do exactly what you want using the VSS SDK tools - http://blogs.msdn.com/adioltean/arch...20/357836.aspx
I guess you could either call a similar script from your program or just try to find a way to do the same thing in VB.NET (but you would still have to call the VSS SDK exe mentioned in that article)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|