14 Apr
2005
14 Apr
'05
15:20
/ 2005-04-12 00:27:49 +0200 \ Carlos E. R.:
The Sunday 2005-04-10 at 16:33 -0700, Randall R Schulz wrote:
xfs_ncheck - generate pathnames from i-numbers for XFS
[...] That's it exactly. I'm surprised there aren't counterparts for the other file system formats.
Yes, I looked using pin, and it is not there, not in 9.1 nor 7.3. For older versions I would have to search on CDs. Unless the name is different :-?
why ncheck? whats wrong with find . -inum 4711 find . -printf "%i\t%p\n" find . \! -type d -printf "%i\t%p\0" | perl -lp0e 's/\n/\\n/g' | sort or similar? cheers Lars