Does the EWF verify data written during restart or shut down?

  • Thread starter Thread starter Mark K Vallevand
  • Start date Start date
M

Mark K Vallevand

Does the EWF verify data written during restart or shut down? We have some
Compact Flash devices that don't seem to hold data consistantly. We'd like
some kind of verify and retry. Is there something in the IDE driver or the
EWF that would do this?


--
Regards.
Mark K Vallevand (e-mail address removed)

Beer is living proof that God loves us and wants us to be happy.
- Benjamin Franklin


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
 
Hi Mark. Unfortunately, no, EWF does not validate its data. It relies on
the OS to write the data properly, so if for some reason data is not written
correctly or the device corrupts that data, EWF itself won't pick up on
this.

You might be able to use CHKDSK or another disk scanning utility to verify
the integrity of the data, but this is not guaranteed and may cause the
overlay to fill up with extra writes.

--
Matt Kellner ([email protected])
STE, Windows Embedded Group

This posting is provided "AS IS" with no warranties, and confers no rights.
===============================
 
Does the IDE driver have a feature/option to verify the data it writes?

--
Regards.
Mark K Vallevand (e-mail address removed)

Beer is living proof that God loves us and wants us to be happy.
- Benjamin Franklin


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you received
this in error, please contact the sender and delete the e-mail and its
attachments from all computers.
 
Back
Top