如果我尝试安装任何驱动程序(我尝试过 Vmware、Virtualbox 和我的网络摄像头驱动程序),我会收到错误
存储空间不足,无法处理此命令
我尝试按指定增加 IRPStackize这里但是该 KB 是关于将文件从服务器传输到客户端的,而这与驱动程序有关。
事件日志中的错误消息,我的 C: 驱动器上有 20 GB 的可用空间
Fault bucket , type 0
Event Name: PnPDriverInstallError
Response: Not available
Cab Id: 0
Problem signature:
P1: x86
P2: 00000008
P3: vmci.inf
P4: 4af0eded3adeeb65b553b084abbaf45d0c5cd514
P5: vmci.install
P6:
P7:
P8:
P9:
P10:
Attached files:
These files may be available here:
C:\Users\Gowtham\AppData\Local\Microsoft\Windows\WER\ReportQueue\NonCritical_x86_b8ae86859f991067eed5448ac3c07952d21e583_0a6d56f5
Analysis symbol:
Rechecking for solution: 0
Report Id: 74c97360-ad5c-11e2-bf8d-bcaec599c7f1
Report Status: 4
查看驱动程序安装日志,我发现了这一点
>>> [DIF_INSTALLDEVICEFILES - ROOT\*6TO4MP\0000]
>>> Section start 2013/04/25 13:31:37.843
cmd: C:\windows\system32\svchost.exe -k netsvcs
!!! dvi: Unable to open file queue
!!! dvi: Failed copying driver files (00000008)
!!! dvi: Error 8: Not enough storage is available to process this command.
!!! dvi: Default installer: failed!
!!! dvi: Error 8: Not enough storage is available to process this command.
<<< Section end 2013/04/25 13:31:37.845
<<< [Exit status: FAILURE(0x00000008)]
答案1
答案2
此错误是由于 RAM 内存不足引起的。
尝试增加 RAM 或在其他具有更多资源的电脑上尝试。