1FFIND(1) General Commands Manual FFIND(1)
2
3
4
6 ffind - Finds the name of the file or directory using a given inode
7
9 ffind [-aduvV] [-f fstype] [-i imgtype] [-o imgoffset] [-b dev_sec‐
10 tor_size] image [images] inode
11
13 ffind finds the names of files or directories that are allocated to
14 inode on disk image image. By default it only will only return the
15 first name it finds. With some file systems, this will find deleted
16 file names.
17
18
20 -a Find all occurrences of inode.
21
22 -d Find deleted entries only.
23
24 -f fstype
25 Identify the file system type of the image. Use '-f list' to
26 list the supported file system types. If not given, autodetec‐
27 tion methods are used.
28
29 -u Find undeleted entries only.
30
31 -i imgtype
32 Identify the type of image file, such as raw. Use '-i list' to
33 list the supported types. If not given, autodetection methods
34 are used.
35
36 -o imgoffset
37 The sector offset where the file system starts in the image.
38
39 -b dev_sector_size
40 The size, in bytes, of the underlying device sectors. If not
41 given, the value in the image format is used (if it exists) or
42 512-bytes is assumed.
43
44 -v Verbose output to stderr.
45
46 -V Display version.
47
48 image [images]
49 The disk or partition image to read, whose format is given with
50 '-i'. Multiple image file names can be given if the image is
51 split into multiple segments. If only one image file is given,
52 and its name is the first in a sequence (e.g., as indicated by
53 ending in '.001'), subsequent image segments will be included
54 automatically.
55
56 inode Integer of inode to find.
57
58
59 This program searches all directory entries looking for the given
60 inode. This is useful when an inode has been identified from a disk
61 unit address using ifind(1).
62
63
65 # ffind -a image 212
66
68 ifind(1)
69
71 Brian Carrier <carrier at sleuthkit dot org>
72
73 Send documentation updates to <doc-updates at sleuthkit dot org>
74
75
76
77 FFIND(1)