本文介绍了主图像的Xcopy无法正常工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 所有fs都是NTFS。 在MANUAL fbreseal之后,我无法对ENTIRE图像进行xcopy。在进入一个usb图像后,我尝试将该单元的图像复制到另一个USB驱动器上。 xcopy d:f:\ masterimage \ / E / Q / H / Y / R / C 我得到了一些我不认识的错误。请注意我的"USB拇指启动"中的xcopy。工作正常,因为它是我用来安装新图像的(用于第一次启动)。 这里是错误(所有其他目录和文件正确复制): 文件创建error - 重新分析点缓冲区中存在的数据无效。 无法创建目录 - f:\ masterimage \windows \assembly\GAC_32\System.EnterpriseServices \2.0。 0.0__b03f5f7f11d50a3a 文件创建错误 - 重新分析点缓冲区中存在的数据无效。 无法创建目录 - f:\ masterimage \windows \assembly \ GAC_MSIL \ IEExecRemote\2.0.0.0__b03f5f7f11d50a3a 看来这些是Junctions。其中,我知之甚少。在WES中是否有工具可以复制我的主图像而不会遇到这些问题? 帮助? 谢谢, Ken 解决方案 你试过吗 xcopy /而不是cherki? All fs's are NTFS. After a MANUAL fbreseal, I cannot xcopy the ENTIRE image.  After botting into a usb image, I then try to xcopy the unit's image onto another usb drive.xcopy d: f:\masterimage\ /E /Q /H /Y /R /CI get a couple of errors that I don't recognize.  Note that xcopy from my "USB thumb boot" works fine because it is what I use to install new images with (for First Boot).Here are the errors (all other dirs and files copy correctly):File Creation error - The data present in the reparse point buffer is invalid.Unable to create directory - f:\masterimage\windows\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3aFile creation error - The data present in the reparse point buffer is invalid.Unable to create directory - f:\masterimage\windows\assembly\GAC_MSIL\IEExecRemote\2.0.0.0__b03f5f7f11d50a3a It appears that these are Junctions.  Of which, I know little.    Is there a tool in WES to copy off my Master Image without running into these kinds of problems?Help?Thanks,Ken 解决方案 have you tried xcopy /cherki instead ?  这篇关于主图像的Xcopy无法正常工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-25 14:49