FIND_INODE(1)					    FIND_INODE(1)


NAME
       find_inode  -  Find  the	 inode that has allocated a given
       device block

SYNOPSIS
       find_inode image block

DESCRIPTION
       find_inode finds the inode that	has  block  allocated  in
       either  the  direct  or	indirect block lists.  Since some
       systems use fragments the block maybe allocated,	 but  not
       in  any	list.  In this case, the program will return what
       fragment is most likely in and which inode has that  allo-
       cated.  The image should be created using dd(1).

       The arguments are as follows:

       image  Partition image created by dd(1).

       block  Integer of block to find.


SEE ALSO
       dd(1),

BUGS
       Currently only reads FFS on OpenBSD and Solaris and EXT2FS
       on Linux.

HISTORY
       find_inode first appeared in TCTUTILs v1.0.

AUTHOR
       Brian Carrier <carrier@cerias.purdue.edu>

















User Manuals		    MARCH 2001				1


