Link to home
Start Free TrialLog in
Avatar of Dan T
Dan T

asked on

How can I restore shadow copies from a drive that does not list any previous versions in explorer, but are viewable with vssadmin list shadows?

I'm having an issue with a Windows 2016 file server and can't view any previous versions when viewing it in file explorer (right click drive, restore previous versions), however, shadow copies are being created and can be viewed.

This server is fed replicated folders via DFS from a source Windows 2008 R2 server, which ran low on disk space.  The on-site IT attempted to clean up space on the 2008 server's drive and it looks like he cleared out the shadow copies to first address the problem.

The 2016 server still shows shadow copies going back a few weeks prior to the source server's DFS .  

I don't fully understand how and if DFS replication may affect shadow copies, and would appreciate clarification on that point, and what is needed to re-gain access to the shadow copies on the destination server, if possible.

See attached GWMI namespace info, writers and shadow copy lists.
Avatar of Scott Silva
Scott Silva
Flag of United States of America image

Avatar of Member_2_3586344
Member_2_3586344

I don't know about restoring, but you could try to access it in following way:

vssadmin list shadows /for=C: mklink /D C:\VSSlink \\?\Volume{volumeID}\

Mklink is used to create a symbolic link to mount the shadow copy. Also the link directory cannot exist prior the command run, it will be created by the command.

Check also VSS Shadow Explorer or VSC Toolset maybe something from it could be helpful for you.
ASKER CERTIFIED SOLUTION
Avatar of Dan T
Dan T

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial