Re: ext2 tool

Paul Flinders (paul@dawa.demon.co.uk)
08 Jan 1999 20:00:03 +0000


"RPICHAI.IN.ORACLE.COM" <RPICHAI.IN.ORACLE.COM.ofcmail@in.oracle.com> writes:

> Is there any tool that gives the corresponding filename for every inode for
> ext2 file system?
> It should print out the inode number, the file name with entire path and
> tell
> the kind of inode
> it is.
>
> Thanks and Regards
> Raghav

find <mount point> -xdev -printf "%i %p\n" [ | sort -n ]

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/