Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Vista copying files errors

Reply
Thread Tools Display Modes

Vista copying files errors

 
 
ProMind
Guest
Posts: n/a

 
      12-09-2007
I have noticed that a lot of people are experiencing problems with Vista
copying files.



I first noticed the problem when I tried to do a backup to a USB disk and
thought it was USB related.



Now I have been looking around and I see the same kind of problems
everywhere (although some of them don't look like file problems).



I have now been testing this for a while and have found at least 10 ways to
make a Vista copy go wrong.



It is not USB, DVD, CD or whatever related, it can happen by copying a file
from one partititon to another on the same disk. The only thing that seems to
be consistent is that there has to be an actual disk write (and not just an
update to the TOC of the disk) and the amount of data must be relatively
large.



This points probably to a memory leak problem which would explain why the
error is so erratic. I have found somewhere that Vista actually uses a
compression algorithm when copying data. This may be a lead, because I can
force the error quite quickly by copying JPEG's of MP3's (files that are
already compressed).



But what is worse, I checked some backups I made and more than half of them
are corrupt ... . And I didn't get any error messages !



Even copying a file to a file server is not reliable ...



I think that a lot of issues (installation probs, program errors etc) are
actually all symptoms of the same problem.



So I would like to ask anyone who sees this and has experienced a similar
problem to post a reply plse, because this could really be a problem !!



Thanks




 
Reply With Quote
 
 
 
 
Chuck
Guest
Posts: n/a

 
      12-09-2007
One of the first things to do when copy operations don't work properly is to
disable write caching.
If this eliminates the problem--fine, but it did not identify the exact
cause.
Usually it come back to some sort of a hardware issue that may be addressed
by such things as updated chipset drivers, moving hard drives to a different
port, etc.
"ProMind" <> wrote in message
news:4B267D4F-0952-41B6-8864-...
> I have noticed that a lot of people are experiencing problems with Vista
> copying files.
>
>
>
> I first noticed the problem when I tried to do a backup to a USB disk and
> thought it was USB related.
>
>
>
> Now I have been looking around and I see the same kind of problems
> everywhere (although some of them don't look like file problems).
>
>
>
> I have now been testing this for a while and have found at least 10 ways

to
> make a Vista copy go wrong.
>
>
>
> It is not USB, DVD, CD or whatever related, it can happen by copying a

file
> from one partititon to another on the same disk. The only thing that seems

to
> be consistent is that there has to be an actual disk write (and not just

an
> update to the TOC of the disk) and the amount of data must be relatively
> large.
>
>
>
> This points probably to a memory leak problem which would explain why the
> error is so erratic. I have found somewhere that Vista actually uses a
> compression algorithm when copying data. This may be a lead, because I can
> force the error quite quickly by copying JPEG's of MP3's (files that are
> already compressed).
>
>
>
> But what is worse, I checked some backups I made and more than half of

them
> are corrupt ... . And I didn't get any error messages !
>
>
>
> Even copying a file to a file server is not reliable ...
>
>
>
> I think that a lot of issues (installation probs, program errors etc) are
> actually all symptoms of the same problem.
>
>
>
> So I would like to ask anyone who sees this and has experienced a similar
> problem to post a reply plse, because this could really be a problem !!
>
>
>
> Thanks
>
>
>
>



 
Reply With Quote
 
ProMind
Guest
Posts: n/a

 
      12-09-2007
Thanks for the reaction Chuck, and at first I was thinking in the same line,
these issues were present in XP to.

With Vista however the problem goes further, you can get inconsistencies on
almost any level including copying to two partitions on you standard HD,
copying across a network etc.

Since my last post Microsoft released a patch at :

http://support.microsoft.com/kb/938979

Altough I got an error when installing it, after a reboot the main problem
seemed to have dissappeared, but copying data is still very slow compared to
XP.

And I would still advise extreme caution, because not every failed copy
operation gives an error message, some just skip files (when copying a
folder).





"Chuck" wrote:

> One of the first things to do when copy operations don't work properly is to
> disable write caching.
> If this eliminates the problem--fine, but it did not identify the exact
> cause.
> Usually it come back to some sort of a hardware issue that may be addressed
> by such things as updated chipset drivers, moving hard drives to a different
> port, etc.
> "ProMind" <> wrote in message
> news:4B267D4F-0952-41B6-8864-...
> > I have noticed that a lot of people are experiencing problems with Vista
> > copying files.
> >
> >
> >
> > I first noticed the problem when I tried to do a backup to a USB disk and
> > thought it was USB related.
> >
> >
> >
> > Now I have been looking around and I see the same kind of problems
> > everywhere (although some of them don't look like file problems).
> >
> >
> >
> > I have now been testing this for a while and have found at least 10 ways

> to
> > make a Vista copy go wrong.
> >
> >
> >
> > It is not USB, DVD, CD or whatever related, it can happen by copying a

> file
> > from one partititon to another on the same disk. The only thing that seems

> to
> > be consistent is that there has to be an actual disk write (and not just

> an
> > update to the TOC of the disk) and the amount of data must be relatively
> > large.
> >
> >
> >
> > This points probably to a memory leak problem which would explain why the
> > error is so erratic. I have found somewhere that Vista actually uses a
> > compression algorithm when copying data. This may be a lead, because I can
> > force the error quite quickly by copying JPEG's of MP3's (files that are
> > already compressed).
> >
> >
> >
> > But what is worse, I checked some backups I made and more than half of

> them
> > are corrupt ... . And I didn't get any error messages !
> >
> >
> >
> > Even copying a file to a file server is not reliable ...
> >
> >
> >
> > I think that a lot of issues (installation probs, program errors etc) are
> > actually all symptoms of the same problem.
> >
> >
> >
> > So I would like to ask anyone who sees this and has experienced a similar
> > problem to post a reply plse, because this could really be a problem !!
> >
> >
> >
> > Thanks
> >
> >
> >
> >

>
>
>

 
Reply With Quote
 
Seneschal
Guest
Posts: n/a

 
      12-09-2007
Sadly there is no solution yet, Microsoft has not resolved it satisfactorily
yet.
It appears there are many variants on this problem, mine involves my USB
drive and C:. There's a whole thread going on TechNet several hundred pages
long since February!
The only way I could get around it was to move the files a few chunks at a
time. I suspect it has something to do with permissions/UAC programming bug.

http://forums.microsoft.com/TechNet/...8057&SiteID=17

"ProMind" wrote:

> Thanks for the reaction Chuck, and at first I was thinking in the same line,
> these issues were present in XP to.
>
> With Vista however the problem goes further, you can get inconsistencies on
> almost any level including copying to two partitions on you standard HD,
> copying across a network etc.
>
> Since my last post Microsoft released a patch at :
>
> http://support.microsoft.com/kb/938979
>
> Altough I got an error when installing it, after a reboot the main problem
> seemed to have dissappeared, but copying data is still very slow compared to
> XP.
>
> And I would still advise extreme caution, because not every failed copy
> operation gives an error message, some just skip files (when copying a
> folder).
>
>
>
>
>
> "Chuck" wrote:
>
> > One of the first things to do when copy operations don't work properly is to
> > disable write caching.
> > If this eliminates the problem--fine, but it did not identify the exact
> > cause.
> > Usually it come back to some sort of a hardware issue that may be addressed
> > by such things as updated chipset drivers, moving hard drives to a different
> > port, etc.
> > "ProMind" <> wrote in message
> > news:4B267D4F-0952-41B6-8864-...
> > > I have noticed that a lot of people are experiencing problems with Vista
> > > copying files.
> > >
> > >
> > >
> > > I first noticed the problem when I tried to do a backup to a USB disk and
> > > thought it was USB related.
> > >
> > >
> > >
> > > Now I have been looking around and I see the same kind of problems
> > > everywhere (although some of them don't look like file problems).
> > >
> > >
> > >
> > > I have now been testing this for a while and have found at least 10 ways

> > to
> > > make a Vista copy go wrong.
> > >
> > >
> > >
> > > It is not USB, DVD, CD or whatever related, it can happen by copying a

> > file
> > > from one partititon to another on the same disk. The only thing that seems

> > to
> > > be consistent is that there has to be an actual disk write (and not just

> > an
> > > update to the TOC of the disk) and the amount of data must be relatively
> > > large.
> > >
> > >
> > >
> > > This points probably to a memory leak problem which would explain why the
> > > error is so erratic. I have found somewhere that Vista actually uses a
> > > compression algorithm when copying data. This may be a lead, because I can
> > > force the error quite quickly by copying JPEG's of MP3's (files that are
> > > already compressed).
> > >
> > >
> > >
> > > But what is worse, I checked some backups I made and more than half of

> > them
> > > are corrupt ... . And I didn't get any error messages !
> > >
> > >
> > >
> > > Even copying a file to a file server is not reliable ...
> > >
> > >
> > >
> > > I think that a lot of issues (installation probs, program errors etc) are
> > > actually all symptoms of the same problem.
> > >
> > >
> > >
> > > So I would like to ask anyone who sees this and has experienced a similar
> > > problem to post a reply plse, because this could really be a problem !!
> > >
> > >
> > >
> > > Thanks
> > >
> > >
> > >
> > >

> >
> >
> >

 
Reply With Quote
 
 
 
Reply

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
vista copying files from wk3 x64 Homer J. Simpson Instructor at Large Windows Vista Networking 0 01-14-2008 05:15 AM
copying files across a network in Vista Richard Mitnick Windows Vista General Discussion 0 11-27-2007 07:52 PM
need help with copying files over to new pc with vista! shunter4044@yahoo.com.NO_SPAM Windows Vista File Management 2 11-27-2007 05:46 AM
Copying files from XP to Vista Petersen Custom Software Windows Vista Networking 1 07-30-2007 01:16 PM
errors while copying files Eddie Windows Vista Installation 8 10-07-2006 08:23 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59