It is possible to find all the paths to a file with a given inode, in general, using find's -inum option. But this has awful performance for typical filesystems. What options are there to improve performance?

Are there filesystems with special support for this task? Are there updatedb-like utilities that index inodes?

The more general, the better the answer.

Postscript For more on requirements, see http://superuser.com/questions/81563/whats-a-good-solution-for-file-tagging-in-linux/97245#97245

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

hey there is a similar question on SO, maybe that will help.

http://stackoverflow.com/questions/1340263/what-is-the-fastest-way-to-find-all-the-file-with-the-same-inode

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.