Re: ext2 tool

Oliver Xymoron (oxymoron@waste.org)
Fri, 8 Jan 1999 09:41:06 -0600 (CST)


On 7 Jan 1999, RPICHAI.IN.ORACLE.COM wrote:

> 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.

find / -exec ls -id '{}' ';' | sort -n | more

--
 "Love the dolphins," she advised him. "Write by W.A.S.T.E.." 

- 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/