Enum VssProtectionFault
Defines the set of shadow copy protection faults. A shadow copy protection fault occurs when the VSS service is unable to perform a copy-on- write operation to the shadow copy storage area (also called the diff area).
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
public enum VssProtectionFault
Fields
Name | Description |
---|---|
CowReadFailure | A read failure occurred during the copy-on-write operation when data was being copied from the live volume to the shadow copy storage area volume. |
CowWriteFailure | A read or write failure occurred during the copy-on-write operation when data was being copied from the live volume to the shadow copy storage area volume. One possible reason is that the shadow copy storage area volume has been removed from the system. |
DestroyAllSnapshots | An unexpected error occurred. |
DiffAreaFull | This failure means that either the shadow copy storage area is full or the shadow copy storage area volume is full. After clearing the protection fault, you can do one of the following:
|
DiffAreaMissing | The volume that contains the shadow copy storage area could not be found. Usually this fault means that the volume has not yet arrived in the system. |
DiffAreaRemoved | The shadow copy storage area volume was removed from the system or could not be accessed for some other reason. |
ExternalWriterToDiffArea | Another application attempted to write to the shadow copy storage area. |
FileSystemFailure | Either the shadow copy storage area files could not be opened or the shadow copy storage area volume could not be mounted because of a file system operation failure. |
GrowFailed | The size of the shadow copy storage area could not be increased. |
GrowTooSlow | The size of the shadow copy storage area could not be increased because there was no longer enough space on the shadow copy storage area volume. |
IOFailure | A read or write failure occurred on the shadow copy storage area volume. |
IOFailureDuringOnline | The volume that contains the shadow copy storage area could not be brought online because an I/O failure occurred. |
MappedMemoryFailure | A memory mapping failure occurred. This fault could mean that the page file is too small, or it could be caused by a low-memory condition. |
MemoryAllocationFailure | A memory allocation failure occurred. This could be caused by a temporary low-memory condition that does not happen again after you clear the fault and restart the shadow copy operation. |
MetadataCorruption | The shadow copy metadata for the shadow copy storage area has been corrupted. |
None | No shadow copy protection fault has occurred. |