Chinaunix首页 | 论坛 | 博客
  • 博客访问: 88927
  • 博文数量: 71
  • 博客积分: 3000
  • 博客等级: 中校
  • 技术积分: 715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-07 16:46
文章分类

全部博文(71)

文章存档

2010年(71)

我的朋友

分类:

2010-07-22 10:40:36

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
阅读(821) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~