在 Powershell ISE 中,我本想将驱动器号粘贴D
到 FormatDisk 的命令浏览器参数中。但显然驱动器号从未被复制,所以它被粘贴了New-VirtualDisk
。然后我按下回车键,PowerShell 继续逐一检查每个字母,New-VirtualDisk
并格式化任何具有匹配驱动器号的卷。
在屏幕截图中,你会看到似乎没有一个成功,但我很快就被消息窗口击中了:
[Window Title]
Location is not available
[Content]
A:\Derek\Desktop is unavailable. If the location is on this PC, make sure the device or drive is connected or the disc is inserted, and then try again. If the location is on a network, make sure you’re connected to the network or Internet, and then try again. If the location still can’t be found, it might have been moved or deleted.
我的所有工作资料、所有重要文件以及我家人的所有照片和视频都保存在被清除的镜像存储空间中。我只有 6 个月前的部分备份。
我该怎么办???我快疯了。据我所知,这是一个快速格式化。我简直不敢相信这个命令可以这样执行!!这个命令应该是无效的!
存储空间由 9 个磁盘组成,并且是镜像的,因此数据必须存在。但这是 Microsoft StorageSpaces,我该如何恢复虚拟卷?据我所知,它不使用典型的文件系统。
我在 DiskManagement 中将新格式化的卷设置为脱机,以期防止写入。但这是 StorageSpaces,我不知道这是否真的会阻止它。这也是我唯一可用的计算机,我不确定它能否在这种状态下成功重启。