- Windows Forensics Cookbook
- Oleg Skulkin Scar de Courcier
- 336字
- 2021-07-02 20:57:45
How to do it...
There two ways to choose an image for mounting in Arsenal Image Mounter.
- You can use the File menu (and choose Mount image...) or
- The Mount image button, as shown in figure 3.10

Figure 3.10. Arsenal Image Mounter main window
- When you choose the Mount image... option from the File menu or click on the Mount image button, the Open window will pop up - here you should choose an image for mounting.
- The next window you will see is Mount options, like the one in figure 3.11.

Figure 3.11. Arsenal Image Mounter Mount options window
As you can see, there are a few options here:
- Read only - if you choose this option, the image is mounted in read-only mode, so no write operations are allowed. (Do you still remember that you mustn't alter the evidence in any way? Of course, it's already an image, not the original drive, but nevertheless.)
- Fake disk signature - if an all-zero disk signature is found on the image, Arsenal Image Mounter reports a random disk signature to Windows, so it's mounted properly.
- Write temporary - if you choose this option, the image is mounted in read-write mode, but all modifications are written not in the original image file, but to a temporary differential file instead.
- Write original - again, this option mounts the image in read-write mode, but this time the original image file will be modified.
- Sector size - this option allows you to choose the sector size.
- Create "removable" disk device - this option emulates the attachment of a USB thumb drive.
- Choose the options you think you need and click OK.
We decided to mount our image as Read Only. Now you can see a hard drive icon on the main window of the tool - the image is mounted.
If you mounted only one image and want to unmount it, select the image and click on Remove selected. If you have a few mounted images and want to unmount all of them, click on the Remove all button.
推薦閱讀
- HTML5+CSS3王者歸來
- AngularJS入門與進階
- .NET之美:.NET關鍵技術深入解析
- Expert C++
- Python機器學習:數(shù)據(jù)分析與評分卡建模(微課版)
- Android程序設計基礎
- 零基礎學Python網(wǎng)絡爬蟲案例實戰(zhàn)全流程詳解(入門與提高篇)
- 精通Python自動化編程
- 區(qū)塊鏈底層設計Java實戰(zhàn)
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎設施即代碼(第2版)
- Learning R for Geospatial Analysis
- 深入淺出React和Redux
- Building Android UIs with Custom Views
- D3.js By Example
- Scala Data Analysis Cookbook