A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Help copying files



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 10th 08, 09:39 AM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.general,microsoft.public.windows.vista.networking_sharing
Nicholas Hall
external usenet poster
 
Posts: 60
Default Help copying files

I am trying to copy files from my usb hard drive: K: to my network external
drive Z:
I am trying to copy everything from one to another (files in folders and
files that are not in folders)

I tried selecting all and then send to Z:, but it took about six hours to
copy about 20 gig (I have about 180 gig to copy)

I read some where that robocopy is a faster and better way to copy files.
The thing is I do not know what syntax to use. I was wondering if someone
could tell me the syntax I should use to copy EVERYTHING from the usb drive
K: to the network drive Z:

Many thanks in advance.

NIK

  #2 (permalink)  
Old March 10th 08, 10:17 AM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.networking_sharing,microsoft.public.windows.vista.general
jamesvdm
external usenet poster
 
Posts: 70
Default Help copying files

Hey

Total Copy is also a great program and it's very easy to use. Try it out if
you don't have the time to spend learning robocopy.

If you have access to Vista SP1 then install it as it will also speed up
copy times.

James

"Nicholas Hall" wrote:

I am trying to copy files from my usb hard drive: K: to my network external
drive Z:
I am trying to copy everything from one to another (files in folders and
files that are not in folders)

I tried selecting all and then send to Z:, but it took about six hours to
copy about 20 gig (I have about 180 gig to copy)

I read some where that robocopy is a faster and better way to copy files.
The thing is I do not know what syntax to use. I was wondering if someone
could tell me the syntax I should use to copy EVERYTHING from the usb drive
K: to the network drive Z:

Many thanks in advance.

NIK


  #3 (permalink)  
Old March 10th 08, 11:12 AM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.networking_sharing,microsoft.public.windows.vista.general
niks
external usenet poster
 
Posts: 6
Default Help copying files

I went to command prompt and typed in robocopy/? and looked at all the
syntax and to tell you the truth I was well confused.
I checked out Total Copy, unfortunatly on the web site it says it says it
copys a little quicker. I think i will have to wait till SP1 to come out to
sort out my copying problem out.
At the moment I am copy a gig or two and rebooting the computer and then
copying some more.

Can anyone tell me is robocopy good at copying large ammounts of files from
a usb drive to a network drive?

NIK

"jamesvdm" wrote in message
...
Hey

Total Copy is also a great program and it's very easy to use. Try it out
if
you don't have the time to spend learning robocopy.

If you have access to Vista SP1 then install it as it will also speed up
copy times.

James

"Nicholas Hall" wrote:

I am trying to copy files from my usb hard drive: K: to my network
external
drive Z:
I am trying to copy everything from one to another (files in folders and
files that are not in folders)

I tried selecting all and then send to Z:, but it took about six hours to
copy about 20 gig (I have about 180 gig to copy)

I read some where that robocopy is a faster and better way to copy files.
The thing is I do not know what syntax to use. I was wondering if someone
could tell me the syntax I should use to copy EVERYTHING from the usb
drive
K: to the network drive Z:

Many thanks in advance.

NIK



  #4 (permalink)  
Old March 10th 08, 11:45 AM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.networking_sharing,microsoft.public.windows.vista.general
Synapse Syndrome[_2_]
external usenet poster
 
Posts: 1,506
Default Help copying files

"niks" wrote in message
...
I went to command prompt and typed in robocopy/? and looked at all the
syntax and to tell you the truth I was well confused.
I checked out Total Copy, unfortunatly on the web site it says it says it
copys a little quicker. I think i will have to wait till SP1 to come out
to sort out my copying problem out.
At the moment I am copy a gig or two and rebooting the computer and then
copying some more.

Can anyone tell me is robocopy good at copying large ammounts of files
from a usb drive to a network drive?



I prefer to use Robocopy to anything else, as it can do just about anything,
including keep the original file creation dates.

You might want to check this GUI for it:

http://technet.microsoft.com/en-gb/m.../cc160891.aspx

ss.


  #5 (permalink)  
Old March 12th 08, 01:15 AM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.networking_sharing,microsoft.public.windows.vista.general
Bob
external usenet poster
 
Posts: 1,706
Default Help copying files

Try this:

robocopy /s k:\ z:\

*Report back, please*

"niks" wrote in message
...
I went to command prompt and typed in robocopy/? and looked at all the
syntax and to tell you the truth I was well confused.
I checked out Total Copy, unfortunatly on the web site it says it says it
copys a little quicker. I think i will have to wait till SP1 to come out
to sort out my copying problem out.
At the moment I am copy a gig or two and rebooting the computer and then
copying some more.

Can anyone tell me is robocopy good at copying large ammounts of files
from a usb drive to a network drive?


  #6 (permalink)  
Old March 12th 08, 02:21 PM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.networking_sharing,microsoft.public.windows.vista.general
Nicholas Hall
external usenet poster
 
Posts: 60
Default Help copying files

After reading posts from this group and having another look at the Robohelp
help files I used this:

robocopy /mir k:\ \\Mybookworld\public\ /XD dirs $RECYCLE.BIN /XN /XO

At the moment it is copying the files and all seems well.

Thank you all for your help and advice

NIK

"Bob" wrote in message
. ..
Try this:

robocopy /s k:\ z:\

*Report back, please*

"niks" wrote in message
...
I went to command prompt and typed in robocopy/? and looked at all the
syntax and to tell you the truth I was well confused.
I checked out Total Copy, unfortunatly on the web site it says it says it
copys a little quicker. I think i will have to wait till SP1 to come out
to sort out my copying problem out.
At the moment I am copy a gig or two and rebooting the computer and then
copying some more.

Can anyone tell me is robocopy good at copying large ammounts of files
from a usb drive to a network drive?




  #7 (permalink)  
Old March 12th 08, 06:06 PM posted to microsoft.public.windows.vista.file_management,microsoft.public.windows.vista.general,microsoft.public.windows.vista.networking_sharing
John Hanley
external usenet poster
 
Posts: 293
Default Help copying files

In case you might want to stick with Vista's copy and move: I experienced
a big improvement in file transfer times after I disabled Remote
Differential Compression. Control Panel|Programs and Features|Turn Windows
features on or off|Uncheck Remote Differential Compression. I have seen no
adverse consequences to turning off RDC. Write back if this worked for you.

"Nicholas Hall" wrote in message
...
I am trying to copy files from my usb hard drive: K: to my network external
drive Z:
I am trying to copy everything from one to another (files in folders and
files that are not in folders)

I tried selecting all and then send to Z:, but it took about six hours to
copy about 20 gig (I have about 180 gig to copy)

I read some where that robocopy is a faster and better way to copy files.
The thing is I do not know what syntax to use. I was wondering if someone
could tell me the syntax I should use to copy EVERYTHING from the usb
drive
K: to the network drive Z:

Many thanks in advance.

NIK


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.