Re: Glance: open files without name ! On Tue, 20 Apr 2004 10:01:10 -0700, Steve Cooper <scooper@allegro.com>
wrote:
>First, do a "bdf" to see what the mount point is for /dev/vg00/lvol8.
>Then, "cd" to that directory, and do a "find" command with the "-inum"
>option, looking for the inodes of interest. Something like:
>
> cd <somewhere>
> find . -inum 15431 -print
>
>Of course, if you do that now, it may or may not be the same file; the
>file could have been removed and the inode reused by now.
That was my first try but i only get files with this number on other
filesystems. (I started find on / to get all Inodex with this number
on all filesystems)
Seems to be a unlinked file ..
Stefan |