[sleuthkit-developers] [ sleuthkit-Bugs-3070159 ] Parse each directory block on its own
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2010-09-18 14:07:05
|
Bugs item #3070159, was opened at 2010-09-18 09:07 Message generated for change (Tracker Item Submitted) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3070159&group_id=55685 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: File System Tools Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brian Carrier (carrier) Assigned to: Nobody/Anonymous (nobody) Summary: Parse each directory block on its own Initial Comment: The current design of many of the file systems is that they load the directory and then parse it. It should be updated to parse each block as it is loaded. See issue 3052302 for example of how this can cause problems. In this case, the directory is not loaded because it requires too much memory. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=3070159&group_id=55685 |