Libewf/ewfmount
Jump to navigation
Jump to search
You are here: | ewfmount
|
Description
Use ewfmount to mount an Expert Witness Compression Format (EWF) image file.
Install
On Debian:
# apt install ewf-tools
Usage
ewfmount [ -f format ] [ -X extended_options ] [ -hvV ] image mount_point
where
- image
- an Expert Witness Compression Format (EWF) image file
- mount_point
- the directory to serve as mount point
Options
- -f
- specify the input format, options: raw (default), files (restricted to logical volume files)
- -h
- shows this help
- -v
- verbose output to stderr, while ewfmount will remain running in the foreground
- -V
- print version
- -X
- extended options to pass to sub system
Example
Create mount directory:
# mkdir /data/ewf/
Mount image:
# ewfmount /data/tmp/image.e01 /data/ewf/
Image is mounted:
# tree /data/ /data/ ├── ewf │ └── ewf1 └── tmp └── image.e01