xfs_ncheck(8) | System Manager's Manual | xfs_ncheck(8) |
xfs_ncheck - generate pathnames from i-numbers for XFS
xfs_ncheck [ -i ino ] ... [ -f ] [
-s ] [ -l logdev ] device
xfs_ncheck -V
xfs_ncheck with no -i arguments generates an inode number and pathname list of all files on the given filesystem. Names of directory files are followed by /.. The output is not sorted in any particular order. The filesystem to be examined is specified by the device argument, which should be the disk or volume device for the filesystem. Filesystems stored in files can also be checked, using the -f flag.
If the filesystem is seriously corrupted, or very busy and looks like it is corrupt, a message of the form that would be generated by the xfs_db(8) "check" command may appear.
xfs_ncheck is only useful with XFS filesystems.