| Skip Navigation Links | |
| Exit Print View | |
|
Sun QFS and Sun Storage Archive Manager 5.3 Reference Manual Sun QFS and Sun Storage Archive Manager 5.3 Information Library |
1. User Commands (Man Pages Section 1)
2. Maintenance Commands (Man Pages Section 1M)
3. Library Functions (Man Pages Section 3)
4. Library Functions (Man Pages Section 3X)
5. File Formats (Man Pages Section 4)
NAME
samncheck - Generates pathnames versus i-numbers for Sun QFS
and SAM-QFS file systems
SYNOPSIS
samncheck mount_point i-number [ i-number ... ]
AVAILABILITY
SUNWsamfs
DESCRIPTION
samncheck generates a pathname in the Sun QFS or SAM-QFS
file system mounted on mount_point for each i-number listed
in the command line. samncheck must be run with root per-
missions.
The output from samncheck is one line per i_number which
represents an existing inode in the file system. The
i_number followed by the current generation number for that
inode is displayed, followed by a tab and a pathname.
Note that there may be many pathnames to a given i_number;
samncheck reports just one.
Nonexistant i_numbers are silently ignored.
EXAMPLES
bilbo# samncheck /sam 1 2 3 4 5 18
1.1 /sam/.inodes
2.2 /sam/
4.4 /sam/.ioctl
5.5 /sam/.archive
18.3 /sam/file
SEE ALSO
ncheck(1)