找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 468|回复: 0

複製檔案名稱過長解決方法

[复制链接]

66

主题

42

回帖

356

积分

区板主

积分
356
发表于 2024-10-28 21:23:28 | 显示全部楼层 |阅读模式
Unable to restore file due to long file name


I was working with a customer who had accidently deleted some files when copying them to a different drive. When trying to restore them using the Previous Versions option, I got a message saying that the source file name was too long. I tried everything, but eventually the steps below worked for me:

Right click on the folder you're trying to restore from shadow copy and chose Previous Versions. Chose a date and click on Open.

Right click on any file or folder within the previous folder and chose Properties. On the General tab copy what's shown in 'location', e.g.: \\localhost\D$\@GMT-2011.09.20-06.00.04\_Data

Open cmd.exe and type in - subst X: \\localhost\D$\@GMT-2011.09.20-06.00.04\_Data

Open PowerShell and use robocopy to copy content of X:  - robocopy Z: D:\Folder\ /E /COPYALL

Check that all files have been copied.

When finished type - subst X: /D in cmd.exe
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表