Guarding against file transfer errors between media

A

Avatar

Is there a way to ensure error-free file transfers between different media -
especially between a computer and an external drive (USB2) ?

Using such drives here it is sometimes found that some files (not any
particular type) would be corrupt or damaged. This does not happen in any
alarming proportions but does happen. At random and not confined to any
particular machine or device.

All drives checked out okay physically as well as in CHKDSK. Does the USB2
process itself include an error percentage, BTW ?

Any insights would be highly appreciated. TIA.

Avatar
-------
 
M

M.I.5¾

Avatar said:
Is there a way to ensure error-free file transfers between different
media -
especially between a computer and an external drive (USB2) ?

Using such drives here it is sometimes found that some files (not any
particular type) would be corrupt or damaged. This does not happen in any
alarming proportions but does happen. At random and not confined to any
particular machine or device.

All drives checked out okay physically as well as in CHKDSK. Does the USB2
process itself include an error percentage, BTW ?

Any insights would be highly appreciated. TIA.

I would suggest that you have your external drives set up for 'Optimise for
speed' and are not stopping them before disconnecting them. This means that
no everything has been writen to the drive becore you disconnect it. You
need to open the 'Safely Remove Hardware' from the icon in the notification
area, select the external drive and stop it. This forces the cache to flush
and write the remaining info to the drive.
 
A

Avatar

My response at bottom:
M.I.5¾ said:
I would suggest that you have your external drives set up for 'Optimise
for speed' and are not stopping them before disconnecting them. This
means that no everything has been writen to the drive becore you
disconnect it. You need to open the 'Safely Remove Hardware' from the
icon in the notification area, select the external drive and stop it.
This forces the cache to flush and write the remaining info to the drive.


That seems to make sense. We shall do as suggested.

Regards and thanks.

Avatar
-------
 
H

HeyBub

Avatar said:
Is there a way to ensure error-free file transfers between different
media - especially between a computer and an external drive (USB2) ?

Using such drives here it is sometimes found that some files (not any
particular type) would be corrupt or damaged. This does not happen in
any alarming proportions but does happen. At random and not confined
to any particular machine or device.

All drives checked out okay physically as well as in CHKDSK. Does the
USB2 process itself include an error percentage, BTW ?

Any insights would be highly appreciated. TIA.

Avatar
-------

Check the "COMP" command via the command prompt. There very well may be GUI
programs that do the same (compare one file, byte-by-byte, with another).
One of the hazards, of course, is that simple compare programs may be fooled
by Windows reading the file from a memory buffer instead of the actual file.
 
A

Avatar

My response at bottom:
HeyBub said:
Check the "COMP" command via the command prompt. There very well may be
GUI programs that do the same (compare one file, byte-by-byte, with
another). One of the hazards, of course, is that simple compare programs
may be fooled by Windows reading the file from a memory buffer instead of
the actual file.


The compare functionality is totally new to me and very interesting. I shall
certainly explore this further!

Regards and thanks.

Avatar
-------
 
H

HeyBub

Avatar said:
The compare functionality is totally new to me and very interesting.
I shall certainly explore this further!

Regards and thanks.

You're welcome. Normally, files are checked as they are written and the
problem of a child-file differing from its parent is remote. Yet things can
happen after a file is written. For example:

1. The HD controller goes nuts and slings garbage into the middle of a file.
2. Bit rot.
3. Streaming neutinos from the Solar Wind.
4. A malovelent foreign diety.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top