![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Errorwhile Moving large folders Hi, I have a Windows XP professional. I am trying to move a large folder (5.5 GB) from a network drive to another folder in the same network drive. I first tried with windows Explorer, then using standard DOS prompt and now with Windows Powershell. Can Windows handle such a large folder move successfully? I get the following error. I see that the folder is moved but with this error, I am not sure if it moved successfully. Can u suggest a best way to move folders in Windows? I thouht Powershell is powerful enough to do such tasks. Please advise. PS K:\WCCT Docs\Software2> mv RSA_V7.0 'K:\WCCT Docs\Tech-Arch' Move-Item : The specified network name is no longer available. At line:1 char:3 + mv <<<< RSA_V7.0 'K:\WCCT Docs\Tech-Arch' Thanks, Sanjay |
My System Specs![]() |
| | #2 (permalink) |
| Scripting Guru ![]() Rep Power: 8 ![]() ![]() ![]() | Re: Errorwhile Moving large folders I'd say the network is the issue here. What you are doing is copying the files from the network to your machine and then back to the network. This will go much faster if you can execute the move command locally on the file server. An alternative is to use Robocopy which is better at handling timeouts and errors. |
My System Specs![]() |
| | #3 (permalink) | ||||||||||||
| Guest | Re: Error while Moving large folders Is there a way if this can be done without logging into the network server? I do have read/write permissions to this folder. Is this a Windows limitation? If source and destination are the same as Network host, I guess Move or Copy should use the host server and not my local host. Thanks for your answer. Sanjay "sapienscripter" wrote:
| ||||||||||||
My System Specs![]() | |||||||||||||
| | #4 (permalink) |
| Scripting Guru ![]() Rep Power: 8 ![]() ![]() ![]() | Re: Errorwhile Moving large folders If you can't execute this locally on the file server, then use Robocopy which has a retry feature.. I've run into this problem myself with Windows when copying a lot of files over the network. Happens to me on XP and Vista. I believe that even though you are copying from one network drive to another, your machine has to read the file and then write it. Windows networking sometimes craps out. Use Robocopy or copy files in smaller chunks. |
My System Specs![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving around the desktop when using large custom font size | Ron | Vista General | 2 | 05-10-2008 02:02 PM |
| Explorer crashes when moving folders with large files | PTravel | Vista General | 8 | 12-02-2007 06:31 PM |
| Moving User Folders Corrupts Desktop, Favorites, Contacts and Documents Folders | fletch | Vista General | 1 | 11-03-2007 03:28 PM |
| Moving large number of files within same drive | Lucvdv | Vista file management | 3 | 08-25-2007 04:12 AM |