Article ID: kb00187Last Modified: 22-Aug-2024
Cannot Restore To a Read-Only Disk (code 2025)
Reference Information | |
---|---|
ID | kb1133 |
Last Updated | 2020/9/16 |
Situation
A restore plan terminates with the following error:
Cause
The target disk is in read-only state at the moment of the restore plan execution.
Solution
Check the target volume state and figure out the reasons why it became read-only.
As an example, try to run the following PowerShell command:
Set-Disk -Number <disk number> -IsReadOnly $false)
To learn more about Set-Disk cmdlet, refer to the Set-Disk article at docs.microsoft.com