mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
29 lines
2.1 KiB
HTML
29 lines
2.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Adding Image Wizard</title>
|
|
<link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
</head>
|
|
<body>
|
|
<h2>Adding An Image</h2>
|
|
<p>
|
|
There are two ways to add an image to the currently opened case:
|
|
<ul type="circle">
|
|
<li>Go to "File" and select "Add Image..." </li>
|
|
<li>Select the <img src="addImage-icon.png" alt="Add Image Icon" /> icon on the toolbar</li>
|
|
</ul>
|
|
|
|
<p>
|
|
This will bring up the Add Image wizard. It will guide you through the process. Here are some notes on what is going on during the process:</p>
|
|
<ul>
|
|
<li>The first panel will ask for the location and type of the disk image to add. You will also need to specify the timezone that the disk image came from so that the dates and times can be properly displayed and converted. <br><br>
|
|
<img src="AddImageWizard1_Help.png" alt="Add Image Wizard Panel 1 Help" /> </li>
|
|
<li>The second panel is when Autopsy is analyzing the disk image and populating the database with basic information. This can take a few minutes for large images. <br>
|
|
<img src="AddImageWizard2_Help.png" alt="Add Image Wizard Panel 2 Help" /> </li>
|
|
<li>The third panel allows you to choose which ingest modules to run on the image. Refer to the <a href="nbdocs:/org/sleuthkit/autopsy/ingest/docs/ingest-about.html">Image Ingest</a> part of the help guide for more details. </li>
|
|
<li>Once you select the ingest modules that you want to use, they will run in the background. You can choose to add another image or exit the Add Image wizard. </li>
|
|
</ul>
|
|
<p>Note that Autopsy will store the path to the image in its configuration file. If the image moves, then Autopsy will give an error because it can't find the image file.
|
|
</body>
|
|
</html> |