> For the complete documentation index, see [llms.txt](https://wongkenny240.gitbook.io/computerforensics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wongkenny240.gitbook.io/computerforensics/encase/advanced-encase.md).

# Advanced EnCase

## Recover Partition

## Mounting Evidence as VFS

Virtual File System (VFS) mounts a drive, volume or folder as read-only offline network share.

![](/files/-MFGJ6M0B4d88BQ4U8hr)

1. Device > Share > Mount as Network Share
2. Input Server Info, client info

*Note: To stop the VFS service, double click “Virtual File System” in lower-right corner*

![](/files/-MFGJaWu_8IfjveJXjqX)

## Mount evidence as PDE

Mounting evidence by Physical Disk Emulation is like mounting the disk as an actual physical disk attached to the examiner machine.&#x20;

This enables analysis of the evidence using other forensic tools, or use it to boot into a virtual machine. But this limits the supported file systems for casual browsing to those supported by windows (i.e. FAT & NTFS)

![](/files/-MFGKB7u5MfSsgenFQi6)

1. Device > Share > Mount as Emulated Disk
2. Selecting “Disable Cache” enables write-emulation, and changes are sent to cache folder (similar to mounting by FTK imager and Arsenal Image Mounter's "Write temporary disk device")

![](/files/-MFGKfyMaobw6qEpVew1)

## Booting it into a VM


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wongkenny240.gitbook.io/computerforensics/encase/advanced-encase.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
