1FFIND(1)                    General Commands Manual                   FFIND(1)
2
3
4

NAME

6       ffind - Finds the name of the file or directory using a given inode
7

SYNOPSIS

9       ffind  [-aduvV]  [-f  fstype]  [-i imgtype] [-o imgoffset] [-b dev_sec‐
10       tor_size] image inode
11

DESCRIPTION

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

ARGUMENTS

20       image [images]
21              One  (or more if split) disk or partition images whose format is
22              given with '-i'.
23
24       inode  Integer of inode to find.
25
26              The optional arguments are:
27
28       -a     Find all occurrences of inode.
29
30       -d     Find deleted entries only.
31
32       -f fstype
33              Identify the file system type of the image.  Use  '-f  list'  to
34              list  the supported file system types.  If not given, autodetec‐
35              tion methods are used.
36
37       -u     Find undeleted entries only.
38
39       -i imgtype
40              Identify the type of image file, such as raw or split.  Use  '-i
41              list'  to list the supported types.  If not given, autodetection
42              methods are used.
43
44       -o imgoffset
45              The sector offset where the file system starts in the image.
46
47       -b dev_sector_size
48              The size, in bytes, of the underlying device  sectors.   If  not
49              given,  the  value in the image format is used (if it exists) or
50              512-bytes is assumed.
51
52       -v     Verbose output to stderr.
53
54       -V     Display version.
55
56
57       This program searches all  directory  entries  looking  for  the  given
58       inode.   This  is  useful when an inode has been identified from a disk
59       unit address using ifind(1).
60
61

EXAMPLE

63       # ffind -a image 212
64

SEE ALSO

66       ifind(1)
67

AUTHOR

69       Brian Carrier <carrier at sleuthkit dot org>
70
71       Send documentation updates to <doc-updates at sleuthkit dot org>
72
73
74
75                                                                      FFIND(1)
Impressum