在 Solaris 10 上是否有用于将文件句柄转换为文件名的工具?
我环顾四周,发现了几个脚本,包括以下位置的脚本: http://heim.ifi.uio.no/kjetilho/hacks/fhfind.perl https://groups.google.com/forum/#!topic/comp.unix.solaris/JixDbMSIdws
第一个返回:
$ fhfind.pl 60000000 db18ad03 20080000 1bcba9 6cf2d513 d4d3d955 60000000 db18ad00
Sorry, can't find device.
第二个返回:
$ fhfind 60000000 db18ad03 20080000 1bcba9 6cf2d513 d4d3d955 60000000 db18ad00
Cannot find filesystem for devid 60000000
两者似乎都无法在 Solaris 10 上运行并且相当过时。
答案1
不确定您从哪里获取文件句柄或最终目标。您是否查看过使用pfiles
从 proc 表收集数据是否可以满足您的需求?