Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7687683
mountewf.1
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Referenced Files
None
Subscribers
None
mountewf.1
View Options
.TH mountewf 1 "February 1, 2009" "" "mountewf"
.SH NAME
mountewf \- Small tool to mount ewf files as dd image or vdi file
.SH SYNOPSIS
.B mountewf
[[fuse_options] [--vdi]] <ewf_files> <mountpoint>
.br
.SH DESCRIPTION
.B mountewf
is a small tool to mount ewf (Expert Witness Compression Format)
files so that the contained data can be accessed directly by other programs
without the need of supporting ewf input files. Data can be represented as
dd image or as VirtualBox disk file.
.br
.SH OPTIONS
.B
fuse_options:
These are options specific to fuse. See the fuse docs for more infos.
.br
.B
--vdi:
Emulate a VirtualBox vdi file.
.br
.B
image:
Specifies the ewf file(s). You have to specify ALL ewf parts! Under
bash, this can be done using .E?? as file extension.
.br
.B
mountpoint:
Specifies the mount point under which the emulated files will be
located.
.br
.SH BUGS
Currently don't know of any. If you find one, please e-mail me.
.SH EXAMPLE
To mount an ewf image from your acquired disk as an dd image under /mnt,
you would use a command similiar to this:
mountewf ./acquired_disk.E?? /mnt
If you want to mount the same ewf image as vdi file, you would use
a command like this:
mountewf --vdi ./acquired_disk.E?? /mnt
File Metadata
Details
Attached
Mime Type
text/troff
Expires
Wed, Oct 29, 10:31 PM (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1347160
Default Alt Text
mountewf.1 (1 KB)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment