File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Troubleshoot Azure VM file recovery
3
3
description : Troubleshoot issues when recovering files and folders from an Azure VM backup.
4
4
ms.topic : troubleshooting
5
5
ms.custom : linux-related-content
6
- ms.date : 03/27 /2025
6
+ ms.date : 06/12 /2025
7
7
author : jyothisuri
8
8
ms.author : jsuri
9
9
---
@@ -183,6 +183,19 @@ Unmount disks manually by running python script with the `clean` parameter. The
183
183
python3 XXX .py clean
184
184
```
185
185
186
+ ### Unmount stuck disks on Windows
187
+
188
+ To resolve this issue, follow these steps:
189
+
190
+ 1 . Open ** ISCSI initiator Properties** window on Azure VM where mounted disks are present.
191
+ 2 . On the ** ISCSI initiator Properties** window, select ** Devices** and check the ** Name** of the disk that you want to unmount.
192
+
193
+
194
+
195
+
196
+ 3 . Go back to ** ISCSI initiator Properties** window, select ** Disconnect** > ** Yes** .
197
+ 4 . Check if the target ** Name** shows ** Status : Inactive** .
198
+
186
199
## Next steps
187
200
188
201
- [ Recover files and folders from Azure virtual machine backup] ( backup-azure-restore-files-from-vm.md )
You can’t perform that action at this time.
0 commit comments