我正在尝试在不重启系统的情况下备份C:/hiberfil.sys
。因此无法启动 Linux。Windows 系统 目前正在运行。
运行hobocopy c:\ e:\ hiberfil.sys
输出:
HoboCopy (c) 2006 Wangdera Corporation. [email protected]
Starting a full copy from c:\ to e:\
Creation of directory failed with error Access is denied.
(Error number 5) on directory \\?\e:\
(我正在运行稳定的 x64 hobocopy 版本。
浏览作者在帖子中的一些评论这里, 我试过:
• icacls \hiberfil.sys /grant Administrator:(D,WDAC)
:
\hiberfil.sys: The process cannot access the file because it is being used by another process.
Successfully processed 0 files; Failed processing 1 files
•.. 和attrib -h -s \hiberfil.sys1
:
Unable to change attribute - C:\hiberfil.sys
•.. 和psexec -s "%userprofile%/downloads\hobocopy-1.0.0.0-W2K3-Vista-x64-Release/hobocopy" C:\ e:\ hiberfil.sys
:
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
HoboCopy (c) 2006 Wangdera Corporation. [email protected]
Starting a full copy from C:\ to e:\
Creation of directory failed with error Access is denied.
(Error number 5) on directory \\?\e:\
C:\Users\new2/downloads\hobocopy-1.0.0.0-W2K3-Vista-x64-Release/hobocopy exited on MQHPPV045TX2 with error code 1.
•.. 和psexec -s %userprofile%/downloads\hobocopy-1.0.0.0-W2K3-Vista-x64-Release/hobocopy C:\ e:\f1 *.sys
:
PsExec v2.2 - Execute processes remotely
Copyright (C) 2001-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
HoboCopy (c) 2006 Wangdera Corporation. [email protected]
Starting a full copy from C:\ to e:\f1
Copy of file failed with error Access is denied.
(Error number 5) on file \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy26\hiberfil.sys
C:\Users\new2/downloads\hobocopy-1.0.0.0-W2K3-Vista-x64-Release/hobocopy exited on MYWINDOWSCOMNAME with error code 1.
什么都不起作用。
我可以c:\pagefile.sys
简单地使用复制hobocopy c:\ e:\f1 hiberfil.sys
而不改变任何访问权限,但c:\hiberfil.sys
绝对拒绝被复制。
SYSTEM
甚至有权限吗hiberfil.sys
?
有人试过hiberfil.sys
现场复制吗?这可能吗?
答案1
hobocopy 的作者在这里。
有一个注册表项控制卷影服务(hobocopy 和 shadowspawn 使用)忽略哪些文件。示例包括 .ost 文件。请参阅https://msdn.microsoft.com/en-us/library/windows/desktop/aa819132(v=vs.85).aspx。
由于我不再使用 Windows 系统,我不确定这是否是您的问题。但我强烈怀疑复制 hiberfil.sys 超出了 VSS 的设计范围,因此可能没有办法做到这一点。