Why Are My Windows Data Disks Missing After the Migration?
Symptom
After a Windows source server was migrated, you logged in to the target server and found that some data disks were missing on the target server. However, the ECS console showed that the target server has the same number of disks as the source server.
Possible Causes
The SAN policy Offline Shared or Offline All was used for the source server. After the migration was complete, this setting was retained on the target server, and data disks are just offline.
Solutions
There are two solutions for you to rectify this problem.
Solution 1
- Log in to the target server and choose Start > Run.
- Enter diskmgmt.msc and press Enter to open the Disk Management window.
In the following figure, disk 1 is offline.
Figure 1 Offline
- Right-click the offline data disk and select online from the pop-up menu.
Figure 2 Bringing the disk online
Solution 2
- Log in to the target server and right-click Start.
- Click Run and enter cmd.
- Run diskpart to start the disk management tool.
- Run list disk to list all disks on the server. In the following figure, disk 0 is online and disk 1 is offline.
- Run select disk 1.
- Run online disk to change the disk status from offline to online.
- If the disk is read only after it is brought online, run the attribute disk clear readonly command to remove write protection from the disk.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot