http://qs321.pair.com?node_id=211571


in reply to Re: locate path to a file from inode number
in thread locate path to a file from inode number

" find / -inum XXXXXX -print " Use    find [....] -xdev  to stay on the file system the inode number came from.    Not only is this more efficient, but if you find a file with the same inode on a different file system, it will be a different file!

  p