pmap use in solaris 10

Hi All

I did a pmap -S <pid> and in the output, I have among other things

dev: <major#>,<minor#> ino:<#> in the mapping file column

What does this mean and how do I find the device and/or the file defined by the inode number.

I would very much appreciate your help;

[322 byte] By [ledzepa] at [2007-11-26 22:24:28]
# 1
Well, if you know what filesystem its in you can usefind <path> -inum <inode>You could also try and download lsof and see if lsof is better when it comes to displaying filenames. .7/M.
mAbrantea at 2007-7-10 11:24:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Hi mAbranteThanks for the reply. I do not know what those dev maj# and minor# are.I am doing a find / with -inum. I find that it lists some files. Does this mean that all these are of the given inode? I will try and download lsof.Thanks once againWith Regards
ledzepa at 2007-7-10 11:24:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
In theory. However only one file can have an inode per filesystem, if you have one / partition and then have a seperate /var partition, you might have two files with the same inodes, one in / and one in /var . .7/M.
mAbrantea at 2007-7-10 11:24:34 > top of Java-index,Solaris Operating System,Solaris 10 Features...