Micha <[EMAIL PROTECTED]> writes:

> I was thinking about switching a symlinked lasttime on-the-fly within 
> a session. However the whole cache is on a separate partition here. 
> I hope it's still not creating problems if i stay within the same filesystem.
> 
> Just curious: Does anybody know if there's a shell command to get all 
> hardlinks (full pathes) of a given file directly from the inode table (or 
> whatever) ? 'find -samefile' seems to just search through the tree, starting 
> from a defined root point, which is not so handy with about 1300 domains 
> cached. There should be something faster than that ? This is ext3. 

As far as I know there is no way to find which files on disk have the
same inode except to search for them.  There is no index for this
direction, the only index is for the other direction to convert
filenames to inodes.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.9/user.html

Reply via email to