Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

建议对复制System Volumed Information目录导致的错误进行一些更改 #5

Open
woqucao opened this issue Aug 6, 2024 · 1 comment

Comments

@woqucao
Copy link

woqucao commented Aug 6, 2024

在全盘复制时,程序会试图访问System Volumed Information目录。这会导致程序错误,在该目录下通常不会有用户数据。即使删除也不会对系统及软件运行产生影响。该错误会导致复制暂停,在此建议默认不复制该目录或提示用户此错误不会影响数据完整性
这是我在使用时的错误报告。我看了一下,应该是无权限访问System Volumed Information:
System. UnauthorizedAccessException: Access to the path '1? \H:\System Volumed Information' is denied. at System.IO._Error. WinlOError(Int32 errorCode, String maybeFullPath)at System.IO.FileSystemEnumerablelterator 1. CommonInitoat System.IO.FileSystemEnumerablelterator 1.. ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler 1 resultHandler, Boolean checkHost)at System.IO.DirectoryInfo. InternalGetFiles(String searchPattern, SearchOptionat LTFSCopyGUI.LTFSWriter. AddDirectry(Directoryinfo dnew1, directory d1, Boolean OverWrite, String[] exceptExtention) inC:\Users\Administrator\Source Repos\LTFSCopyGUNLTFSCopyGUNLTFSWriter.vb:line 1751at LTFSCopyGUI.LTFSWriter._ClosureS_893-0. _Lambdas_00 inC:\Users\Administrator\Source Repos\LTFSCopyGUNLTFSCopyGUNLTFSWriter.vb:line 2152

@zhaoyangwx
Copy link
Owner

建议用拖拽的方式添加文件,即可避免

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants