Since HPUX 11.31 psfmount series of commans have been obsoleted, so that means you can't use it on HPUX11.31 any more. But if we want to mount a iso file on hpux11.31, then how to do it?
A sample way to do that is -
1) download 'ISOIMAGE-ENH' package, which is available from the link: (user/password required)
2) install this package: #swinstall -s `pwd`/
.depot \*
3) After the installation of the ISOIMAGE-ENH bundle, the module fspd needs to be loaded (DLKM module) to enable the NCF, plz use the following command to mount a iso file on HPUX 11.31 system.
To load the module:
# kcmodule fspd=loaded
To unload the module:
# kcmodule fspd=unused
And here is how it works very simply:
# mkdir /iso
# mount `pwd`/.iso /iso
NOTE: mount: absolute path name is required
阅读(869) | 评论(0) | 转发(0) |