Break


Applies To: Windows Server 2008

Disassociates a shadow copy volume from VSS and makes it accessible as a regular volume. The volume can then be accessed using a drive letter (if assigned) or volume name. If used without parameters, break displays help at the command prompt.

Note

This command is relevant only for hardware shadow copies after import.

For examples of how to use this command, see Examples.

Syntax


Copy Code

break [writable] <SetID>

Parameters

Parameter

Description

[writable]

Enables read/write access on the volume.

<SetID>

Specifies the ID of the shadow copy set.

Remarks

Examples

To make a shadow copy with the alias name Alias1 accessible as a writable volume in the operating system, type:


Copy Code

break writable %Alias1%

Note

Access to the volume is made directly to the hardware provider without record of the volume having been a shadow copy.

Additional references

Command-Line Syntax Key