Page MenuHomePhabricator

xmount.1
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

xmount.1

.\"
.TH "xmount" "1" "March 6, 2009" "Gillen Daniel" "xmount"
.SH "NAME"
xmount \- Tool to crossmount between multiple input and output image files
.SH "SYNOPSIS"
.B xmount
[[fopts] [mopts]] <ifile> [<ifile> [...]] <mntp>
.br
.SH "DESCRIPTION"
.B xmount
allows you to convert on\-the\-fly between multiple input and output image
types. xmount creates a virtual file system using FUSE (Filesystem in
Userspace) that contains a virtual representation of the input image. The
virtual representation can be in raw DD or in VirtualBox's virtual disk file
format. Input images can be raw DD or EWF (Expert Witness Compression Format)
files. In addition, xmount also supports virtual write access to the output
files that is redirected to a cache file. This makes it for example possible
to use VirtualBox to boot an os contained in a read\-only EWF image.
.br
.SH "OPTIONS"
.B
fopts: (Options specific to FUSE)
\-d: Enable FUSE's debug mode. (Enables also xmount's debug mode)
\-s: Run single threaded
.br
.B
mopts: (Options specific to xmount)
\-\-rw <cache_file> :
Enable virtual write support and set cache file to use.
\-\-in <type> :
Specify input image type. Type can be "dd" or "ewf".
\-\-out <type> :
Specify output image type. Type can be "dd" or "vdi".
Input and output image type defaults to "dd" if not specified.
.br
.B
ifile:
Input image file. If you use EWF files, you have to specify all image
segments! (If your shell supports it, you can use .E?? as file
extension to specify all EWF files)
.br
.B
mntp:
Mount point where virtual files should be located.
.br
.SH "BUGS"
Hopefully none. If you find any, please e\-mail to <bugs@pinguin.lu>.
.SH "EXAMPLE"
To xmount an EWF image from your acquired disk as a raw DD image under /mnt,
use the following command:
xmount \-\-in ewf ./acquired_disk.E?? /mnt
To xmount the same ewf image as vdi file, you would use a command like this:
xmount \-\-in ewf \-\-out vdi ./acquired_disk.E?? /mnt
And to enable virtual write support on a raw DD input image xmounted as VDI
file:
xmount \-\-out vdi --rw ./acquired_disk.cache ./acquired_disk.dd /mnt

File Metadata

Mime Type
text/troff
Expires
Fri, Oct 10, 11:32 PM (23 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1339297
Default Alt Text
xmount.1 (2 KB)

Event Timeline