问题描述
该笔记将记录:与 Windows 磁盘管理有关的内容,偏向于 Windows Server 磁盘管理;
解决方案
WIP
打开磁盘管理工具
百度经验/Windows Server 2012 修改光驱盘符
Win + R => diskmgmt.msc
修改启动器盘符
百度经验/Windows Server 2012 修改光驱盘符
在磁盘管理界面中,右键分区,选择「更改驱动器号和路径」菜单项目,在新窗口中,选择分区,然后单击「更改」按钮;
常见问题处理
[WIP] Please insert the last disk of the multi-volume set and click OK to continue
Fix: Please Insert the Last Disk of the Multi-Volume Set
This issue this issue is not restricted to Windows 10 and is also commonly reported on Windows 8 and Windows 7.
Affected users report that clicking the OK button will only make the error return in a short amount of time. Upon investigation the issue, it’s clear that the error message is signaling a corrupted .zip folder in the root folder of one of the drives currently active on your computer.
This is a common occurence on drives that were previously inserted into a Mac system. This happens because the Mac OSX creates a bunch of hidden files on FAT32 formatted drives that are wrongfully interpreted as corrupted by Windows. In reality, these files are not corrupted or harmful and are used to store indexing data and icon data for the Finder application. It’s the .zip extension that confuses the operating system into looking at the folder as corrupted.
However, the Compressed (zipped) Folders error can also be caused by a USB Controller glitch or by a genuine .zip file that is incomplete. Since the indexing function of File explorer tries to index compressed file, the”Please insert the last disk of the multi-volume set and click OK to continue” error will occur without an apparent trigger.
If you’re currently struggling with the Compressed (zipped) Folders error, the following methods might help. Below you have a collection of fixes that other users in a similar situation have used to resolve the issue. Please follow each of the following methods in order until you encounter a fix that resolves your situation.
原因分析:我们的 SD card 提示该错误,我们最开始怀疑是磁盘的问题,比如虚假的空间容量;
解决方案:针对我们的问题,我们通过删除文件(排除法),最后问题得以解决;