Difference between revisions of "CarvFs"
From Forensics Wiki
Joachim Metz (Talk | contribs) |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | CarvFs is a modular [[Fuse]] based user space file system on top | + | CarvFs is a modular [[Fuse]] based user space file system on top of [[LibCarvPath]]. |
CarvFS makes CarvPath style annotations as used by LibCarvPath available as files. | CarvFS makes CarvPath style annotations as used by LibCarvPath available as files. | ||
Using CarvFs makes it possible to process carved entities as files without the need for copy-out. | Using CarvFs makes it possible to process carved entities as files without the need for copy-out. | ||
| Line 6: | Line 6: | ||
The CarvFs distribution comes with a default module for access to (split) raw files. | The CarvFs distribution comes with a default module for access to (split) raw files. | ||
| − | A separate [[Libewf]] module is available for access to | + | A separate [[Libewf]] module is available for access to [[Encase image file format|EWF images]]. |
== External Links == | == External Links == | ||
* [http://sourceforge.net/apps/mediawiki/carvpath/ CarvPath wiki] | * [http://sourceforge.net/apps/mediawiki/carvpath/ CarvPath wiki] | ||
Revision as of 00:26, 11 August 2012
CarvFs is a modular Fuse based user space file system on top of LibCarvPath. CarvFS makes CarvPath style annotations as used by LibCarvPath available as files. Using CarvFs makes it possible to process carved entities as files without the need for copy-out.
CarvFs is modular with respect to access to image files. The CarvFs distribution comes with a default module for access to (split) raw files.
A separate Libewf module is available for access to EWF images.