kaliwiki/tools/tsk_loaddb.md
2014-04-23 10:38:32 -05:00

710 B

tsk_loaddb

Notes

tsk_loaddb - populate a SQLite database with metadata from a disk image

Help Text

usage: tsk_loaddb [-vVk] [-i imgtype] [-b dev_sector_size] [-d output_dir] image [image]
	-k: Don't create block data table
	-d output_dir: The directory to store the database in (default is the same directory as the image)
	-i imgtype: The format of the image file (use '-i list' for supported types)
	-b dev_sector_size: The size (in bytes) of the device sectors
	-v: verbose output to stderr
	-V: Print version

Example Usage

To load image data from image.dd to image.dd.db: tsk_loaddb ./image.dd

[1] http://www.sleuthkit.org/sleuthkit/man/tsk_loaddb.html