如何将外部磁盘附加到Azure中的Windows VM而不丢失数据?

发布于 2025-01-19 02:55:09 字数 119 浏览 0 评论 0原文

我正在寻找如何将现有外部磁盘从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨落成白 2025-01-26 02:55:09

磁盘与 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文