如何将外部磁盘附加到Azure中的Windows VM而不丢失数据?
我正在寻找如何将现有外部磁盘从 VM1 连接到 VM2,而无需从 Windows 中的管理器磁盘对其进行格式化。
我找到的所有文档都告诉我们最后要对其进行格式化。我需要恢复磁盘中存在的所有数据,而不是删除它们。
I'm looking for how to attach an existing external disk from VM1 to VM2 without formatting it from the Manager disk in Windows.
All the documentation that I find tells to format it at the end. I need to recover all the data that exists in the disk, not erase them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
磁盘与 VM1 分离后,您可以使用以下 Powershell 轻松地将其重新附加到另一个 VM (VM2),无需格式化:附加现有数据磁盘到虚拟机。
Once the Disk is detached from VM1, you can easily re-attach it to another VM (VM2), without formatting, with the following Powershell : Attach an existing data disk to a VM.