Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试将我的虚拟机从较小的尺寸提升到较大的尺寸时,我的经历很糟糕,在这种情况下,我丢失了“临时驱动器 D:”上的所有数据。现在我需要向我的虚拟机添加一个永久驱动器,这个添加会导致取消驱动器 D: 吗?
驱动器 D 应被视为易失性。每当您重新启动服务器时(或者如果服务器因故障转移而重新启动/移动到另一个实例),您可能会丢失在驱动器 D 上找到的内容。添加永久驱动器不需要重新启动 VM,因此添加驱动器不会不会导致您自己丢失 D 上的数据。