해결되지 않음
이 게시글은 5년 이상 된 게시글입니다.
2 Intern
•
270 Posts
0
4336
파일과 폴더의 복사 이동 삭제 시의 심한 지체 현상 해결책 종합
1. 시작하기
여러 Vista 사용자들이 겪고 있는 난제 중의 하나인 파일이나 폴더의 복사, 이동, 전송, 삭제 시의 심한 지체 현상이라는 버그에 대한 알려진 해결책들의 총정리입니다.
특히 대용량 파일의 위와 같은 작업 시에 나타나는 이 현상은 같은 작업을 XP에서 하였을 때와 비교하면 그 심각성을 누구나 알 수 있으며, 더 골치 아픈 것은 이 'Calculating time remaining'이라는 메시지가 나타나면 시스템 전체가 정지된 것으로 보일만큼 다른 반응을 전혀 기대할 수 없는 상태로 된다는 점입니다.
이 현상은 복사와 붙여 넣기, 잘라 내기와 붙여 넣기, 드래그 앤 드롭, 보내기(Send to) 등에서도 나타나며, 폴더 간, 로컬 하드 디스크 간, 로컬 디스크의 파티션 간, 로컬 컴퓨터의 다른 IDE PATA 또는 SATA 디스크 간, 외장 USB 디스크, USB Flash 드라이브 간, 미러링된 드라이브, 매핑된 드라이브, 공유된 폴더와 디스크 간, 케이블로 연결된 네트워크나 WIFI 연결의 원격 컴퓨터에서도 발생합니다.
이 현상의 해결은 결국 예정된 Microsoft의 Vista Service Pack 1(SP1)이 출시되면 해결될 것으로 기대하지만, 아직은 결정적이고 확실한 해결책은 없는 형편으로, 아래에 열거한 여러 방법들이 사용자 환경에 따라 효과가 있는 것으로 일부 확인되고 있으므로 각 사용자의 결정에 따라 테스트를 할 수 있습니다.
핫 픽스만 바로 적용하는 등, 쉽게 이해 가능한 부분은 번역을 생략합니다.
Solution 1: KB938979 Vista Performance Update
One of two update hotfixes from Microsoft for Vista that has symptom above described in the list of bugs been fixed - when you copy or move a large file, the “estimated time remaining” takes a long time to be calculated and displayed. Other than calculating estimated time remaining bug, KB 938979 update also addresses many other speed issues in Vista and worth installing to improve Vista performance.
Solution 2: KB931770 Hotfix
Another official update from Microsoft is KB931770 hotfix which intends fix a bug where copying files from network place will stop at “Calculating Time Remaining” dialog window showing “0 minutes remaning” status, but unable to finish the copying process automatically. The hotfix may also works to resolve other slow file copying or moving issues in Vista.
Solution 3: Turn Off Remove Differential Compression
Remote Differential Compression (RDC) allows data to be synchronized with a remote source using compression techniques to minimize the amount of data sent across the network. Disable and turn off Remove Differential Compression feature in Vista may provide a solution to slow file copy, file move or file delete bug.
How to Disable Remove Differential Compression in Vista
Click on Start button, then go to Control Panel.
Click on Programs link.
Under Programs & Features section, select Turn Windows Features on or off link.
Unselect (untick) Remote Differential Compression checkbox.
Click OK.
Wait for the feature to be deactivated.
When done, restart computer.
Solution 4: Disable TCP/IP “Receive Window Auto-Tuning” and/or “Receive Side Scaling”
참고 링크 : 대용량 파일의 이동과 복사 시의 지체 현상 해결책
Vista TCP AutoTuning function is new feature of new TCP/IP stack in Vista that tunes and optimizes TCP receive window size for each network connection for optimum download/upload speed, while Receive Side Scaling (RSS) allows the network load from a network adapter to be balanced across multiple CPUs. However, the implementation is not always goes the intended way, and many has disable TCP Auto Tuning to solve issues such as slow multi thread download speed and various Internet browsing problems. This workaround can also solve file copy/move slowly bug.
How to Disable Vista TCP AutoTuning and Receive Side Scaling
Open an elevated command prompt with administrator rights.
Type the following commands and press Enter (the second command on RSS is optional):
netsh interface tcp set global autotuninglevel=disabled
netsh interface tcp set global rss=disabledReboot computer.
Solution 5: Use Alternative Copying or Moving File Operation Engine
3사의 파일 복사와 이동 엔진을 탑재한 유틸리티를 사용하는 방법입니다.
Vista file operations using Windows Explorer on desktop may be broken, but not with other utilities that come built-in with Vista. Robocopy is a robust command line file copy program that perform efficiently, and fast. It now also has Robocopy GUI to use on desktop.
Other standard copying commands such as “xcopy” and “copy” still complete the file operations in fastest time possible. You can also opt for third party programs such as TeraCopy that able to copy and move files faster at the maximum possible speed. The freeware also supports shell integration and can completely replace Explorer copy and move functions, allowing you work with files as usual.