Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ewf_image_read error treated as non-critical image error #84

Open
kefir- opened this issue Nov 2, 2012 · 3 comments
Open

ewf_image_read error treated as non-critical image error #84

kefir- opened this issue Nov 2, 2012 · 3 comments
Labels

Comments

@kefir-
Copy link
Contributor

kefir- commented Nov 2, 2012

This may be a policy decision, but when I added an EWF image and something failed, I was informed:

*Image added (non-critical image errors encountered). Click below to view the Add Image Log.

I opened the image log, and it says:

Errors occurred while ingesting image

  1. Error reading image file (ewf_image_read - offset: 186271182848 - len: 65536 - Results too large) (TskAutoDb::addFsInfoUnalloc: error walking fs unalloc blocks: fs id: XXXXXX)
@kefir-
Copy link
Contributor Author

kefir- commented Nov 2, 2012

Also, in case it makes a difference, processing of this image (add image, not ingest) had been working for about 2.5 hours already at this stage. It was reading data until this error occurred, according to Windows Process Explorers process tab and network tab. Image was read from a (usually fast) CIFS share.

@adam-m
Copy link
Contributor

adam-m commented Mar 13, 2013

This may have been fixed. I saw similar issues when there were leaks in the add image code.

@bcarrier
Copy link
Member

We should review if we classify this type of read failure as critical or not though. There are some types of read failures -- from deleted files for example that point to beyond the disk image -- that we do not classify as critical. Unallocated space extraction though should be considered critical because it should be within the bounds of the image.

ethteck pushed a commit to ethteck/autopsy that referenced this issue Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants