我使用DISM来捕获图像并将其存储在网盘上。我使用标准的 32 位 WinPE 4.0 环境来捕获它们。
我当前的路径设置为i:\images并执行了以下命令:
dism /capture-image /imagefile:ae2212-w81-64bit-v1.wim /capture-dir:c:\ /name:system
Run Code Online (Sandbox Code Playgroud)
它运行到 100%,但此时失败并出现错误There is not enough space on the disk.。在捕获过程中,我监视了网络驱动器,我可以看到图像在增长。出现错误消息时,图像被删除。
奇怪的是,图像大约有 15GB,而网络驱动器有超过 500GB 的可用空间。
可能出了什么问题,我应该使用该/scratchdir选项吗?
2014-02-19 01:04:37, Info DISM DISM WIM Provider: PID=1216 c:\Windows.old\Windows\WinSxS\x86_wcf-m_svc_mon_sup_dll_31bf3856ad364e35_6.2.9200.16432_none_a2bd221c1cde6e62\ServiceMonikerSupport.dll (HRESULT=0x8007011A) - CWimManager::WimProviderMsgLogCallback
[1216] [0xc144012f]
2014-02-19 01:04:37, Info DISM DISM WIM Provider: PID=1216 c:\Windows.old\Windows\WinSxS\x86_wcf-system.identitymodel_b03f5f7f11d50a3a_6.2.9200.16432_none_30a420f7f05ab330\System.IdentityModel.dll (HRESULT=0x8007011A) - CWimManager::WimProviderMsgLogCallback
[1216] [0xc144012f]
2014-02-19 01:04:37, Info DISM DISM WIM Provider: PID=1216 c:\Windows.old\Windows\WinSxS\x86_wcf-system.runtime.serialization_b03f5f7f11d50a3a_6.2.9200.16432_none_123c6840d0913997\System.Runtime.Serialization.dll (HRESULT=0x8007011A) - CWimManager::WimProviderMsgLogCallback
[1216] [0x80070070] ReadWriteDataInternal:(141): There is not enough space …Run Code Online (Sandbox Code Playgroud)