[sleuthkit-developers] [ sleuthkit-Bugs-2677069 ] GPT Partitions not detected
Brought to you by:
carrier
From: SourceForge.net <no...@so...> - 2009-04-11 21:08:32
|
Bugs item #2677069, was opened at 2009-03-09 20:20 Message generated for change (Comment added) made by carrier You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2677069&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: Media Management Tools Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Aaron Burghardt (aburgh) Assigned to: Nobody/Anonymous (nobody) Summary: GPT Partitions not detected Initial Comment: When using tsk_vs_open() with TSK_VS_TYPE_DETECT to open an image and detect the volume system, GPT partition schemes are not detected. Currently, the code detects GPT's DOS safety partition scheme, then finds the GPT partition scheme but considers that an error. A simple patch is attached which discards the DOS volume system when a GPT volume system is also detected. ---------------------------------------------------------------------- >Comment By: Brian Carrier (carrier) Date: 2009-04-11 16:08 Message: Checked in a variation of this patch into the trunk that does some additional sanity checking on the DOS partition. Sending CHANGES.txt Sending tsk3/vs/mm_open.c Transmitting file data .. Committed revision 72. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2677069&group_id=55685 |