Adds all required Fedora objects to allow users to ingest and retrieve disk images through the Islandora interface.
This module requires the following modules/libraries:
Install as usual, see this for further information.
Sleuthkit install:
sudo apt-get install libafflib-dev afflib-tools libewf-dev ewf-tools
git clone https://github.com/sleuthkit/sleuthkit.git
cd sleuthkit
./bootstrap
./configure
(no need to declare--with-afflib=dir
if you installedlibafflib-dev
andafflib-tools
as described above)make && sudo make install && sudo ldconfig
Note: If you're on Ubuntu 12.04, you will need to build libewf
from source.
Set the path for fiwalk
in Administration » Islandora » Solution pack configuation » Disk image (admin/islandora/solution_pack_config/disk_image).
If you would like to index the output of fiwalk
in Solr, you can use this xslt.
Further documentation for this module is available at our wiki.
The batch provided by this module is virtually identical to scan batch.
The only difference is that the content_models
parameter has no effect.
Having problems or solved a problem? Check out the Islandora google groups for a solution.
This project was inspired by Mark Matienzo's Gumshoe.
If you would like to contribute to this module, please check out CONTRIBUTING.md. In addition, we have helpful Documentation for Developers info, as well as our Developers section on the Islandora.ca site.