Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > PowerShell

Vista - Errorwhile Moving large folders

Reply
 
Old 07-01-2008   #1 (permalink)
mssanjay


 
 

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 SpecsSystem Spec
Old 07-01-2008   #2 (permalink)


Vista Ultimate 32bit
 
 

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 SpecsSystem Spec
Old 07-01-2008   #3 (permalink)
mssanjay


 
 

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:
Quote:

>
> 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.
>
>
> --
> sapienscripter
>
> Coming Soon: 'Managing Active Directory with Windows PowerShell: TFM'
> (http://www.sapienpress.com/ad.asp)
>
> Windows PowerShell MVP
>
> 'My Blog' (http://blog.sapien.com/)
> 'FollowMe on Twitter' (http://www.twitter.com/JeffHicks)
>
My System SpecsSystem Spec
Old 07-01-2008   #4 (permalink)


Vista Ultimate 32bit
 
 

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 SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Explorer crashes when moving folders with large files Vista General
Moving around the desktop when using large custom font size Vista General
Moving User Folders Corrupts Desktop, Favorites, Contacts and Documents Folders Vista General
Moving large number of files within same drive Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46