Problemas com a cópia de sombra de volume no Windows 7

5

Estou tendo um problema com a cópia de sombra de volume no meu computador com o Windows 7 Ultimate. Basicamente, não consigo usar nenhum programa que dependa da Cópia de Sombra de Volume, pois eles sempre falham (incluindo o Backup do Windows) com uma lista inteira de erros (dependendo do programa). Por exemplo, quando executo o Backup do Windows, recebo:

The backup was not successful. The error is: Windows Backup failed while trying to read from the shadow copy on one of the volumes being backed up. Please check in the event logs for any relevant errors. (0x81000037).

Então eu recebo este erro VSS:

Volume Shadow Copy Service error: Unexpected error querying for the IVssWriterCallback interface.  hr = 0x80070005, Access is denied.
. This is often caused by incorrect security settings in either the writer or requestor process. 

Operation:
   Gathering Writer Data

Context:
   Writer Class Id: {e8132975-6f93-4464-a53e-1050253ae220}
   Writer Name: System Writer
   Writer Instance ID: {33e11ab5-bc29-4cd0-b993-656570b23fe3}

Então, quando eu executo o Paragon System Backup (versão 9.5), recebo o seguinte (depois que ele me diz que há um problema com o VSS):

Volume Shadow Copy Service information: The COM Server with CLSID {4e14fba2-2e22-11d1-9964-00c04fbbb345} and name CEventSystem cannot be started. [0x80070013, The media is write protected.
] 

Volume Shadow Copy Service error: Unexpected error calling routine CoCreateInstance.  hr = 0x80070013, The media is write protected.
. 

Volume Shadow Copy Service information: The COM Server with CLSID {4e14fba2-2e22-11d1-9964-00c04fbbb345} and name CEventSystem cannot be started. [0x80070013, The media is write protected.
] 

Volume Shadow Copy Service error: Unexpected error calling routine CoCreateInstance.  hr = 0x80070013, The media is write protected.
. 

Então recebo uma mensagem informativa dizendo:

The VSS service is shutting down due to idle timeout. 

(Eu peguei 5 deles quando tentei fazer um backup ontem)

Então recebo estes avisos:

Volume Shadow Copy Service warning: VSS was denied access to the root of volume \?\Volume{2d3b403a-2f5a-11df-846a-005056c00008}\. Denying administrators from accessing volume roots can cause many unexpected failures, and will prevent VSS from functioning properly.  Check security on the volume, and try the operation again. 

Operation:
   Removing auto-release shadow copies
   Loading provider

Context:
   Execution Context: System Provider

Volume Shadow Copy Service warning: VSS was denied access to the root of volume \?\Volume{2d3b403a-2f5a-11df-846a-005056c00008}\. Denying administrators from accessing volume roots can cause many unexpected failures, and will prevent VSS from functioning properly.  Check security on the volume, and try the operation again. 

Operation:
   Automatically choosing a diff-area volume
   Processing EndPrepareSnapshots

Context:
   Execution Context: System Provider

Volume Shadow Copy Service warning: VSS was denied access to the root of volume \?\Volume{2d3b403a-2f5a-11df-846a-005056c00008}\. Denying administrators from accessing volume roots can cause many unexpected failures, and will prevent VSS from functioning properly.  Check security on the volume, and try the operation again. 

Operation:
   Automatically choosing a diff-area volume
   Processing EndPrepareSnapshots

Context:
   Execution Context: System Provider

Quando executo o vssadmin list writer:

Writer name: 'Task Scheduler Writer'
   Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
   Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
   State: [1] Stable
   Last error: No error

Writer name: 'VSS Metadata Store Writer'
   Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
   Writer Instance Id: {088e7a7d-09a8-4cc6-a60
    
por Kryten 20.06.2010 / 06:50

2 respostas

2

Você pode substituir o seu% de volume\?\Volume{2d3b403a-2f5a-11df-846a-005056c00008}\ montado por um entroncamento e o erro deve desaparecer; O artigo do MSKB da Microsoft diz que o erro 0x81000037

"occurs if the reparse point is a mounted volume that contains compressed files (for example, multimedia files, .zip files, and so on)"

(ênfase minha)

Usando Extensão de Shell de Link Duro você pode criar "Junções" para substituir o "Volume Montado" que você estão usando atualmente. Este é o menu de contexto do HardLinkShellExt que recebo ao arrastar a minha unidade de CD para uma pasta com o botão direito do mouse:

  • Nãofunciona:com"volume montado" incluído na biblioteca incluída no backup:

  • Funciona:com"junção" incluída na Biblioteca incluída no Backup:

Veja esta resposta eu dei para uma pergunta semelhante (mas com causa diferente) para mais detalhes sobre o tópico.

    
por 26.09.2011 / 11:23
1

Isso pode não estar relacionado, mas ...

Eu tive problemas semelhantes quando eu movei o meu diretório de usuários para outra unidade e fiz um link para ele.

Somente quando eu removi o link, tudo finalmente começou a funcionar novamente.

    
por 27.08.2010 / 02:14

Tags