How to map a disk block to filename/ Inode

Hi,
I want to find out a particular disk block belong to which file. in solaris 2.8
Can anyone help.

Thanks and Regards
Bala

To get the specific inode of the file ls -i filename should work. This information is part of the file-system. As for phys location of the file on the disk may take a little more work. I havent personally had to do this so I am not sure exaclty how.

I found a site on google that seems to have how to do this documented:
http://mail-index.netbsd.org/tech-userlevel/2003/04/17/0000.html

Hope this helps.