会员控制台 会员登陆 会员注册 最后更新 高级搜索 会员投稿 退出登陆
设为首页
收藏本站
留言给我
  首页 | 操作系统类 | 程序设计类 | 数据库类 | 应用服务类 | 网络及硬件类 | 其他技术 | GBunix论坛
操作系统类
程序设计类
数据库类
应用服务类
网络及硬件类
其他技术
Unix中文 / 操作系统类 / SCO UNIX / 在SCO下直接使用ISO镜像安装软件的方法
在SCO下直接使用ISO镜像安装软件的方法
2004-08-13    lvgq2001       点击:
在SCO下直接使用ISO镜像安装软件的方法
  以赛博中文的ISO文件为例。

  你可以使用ISO文件在SCO下直接安装,但必须保证你的机器上已经安装了光驱,并且在核心中含有CDROM设备,即hwconfig -h 列表中有CDROM信息。接下来你可以通过下面的步骤来处理:

   cd /dev
   mv cd0 cd0.bak
   cd /tmp (此处假定你的cyber.iso放在/tmp目录中)
   marry -a cyber.iso
   cd /dev
   ln -s /dev/marry/tmp/cyber.iso cd0

   l cd0 显示结果如下:
   brw-r----- 1 root sys 76, 1 Feb 26 10:45 cd0@

   mv rcd0 rcd0.bak
   mknod rcd0 c 76 1 

   l *cd0 显示结果如下:
   brw-r----- 1 root sys 76, 1 Feb 26 10:45 cd0@
   crw-r--r-- 1 root sys 76, 1 Feb 26 10:48 rcd0
  
   custom
   选择安装介质时选CDROM就可以安装了。
   记得安装完成之后

   cd /dev
   rm cd0 rcd0
   mv cd0.bak cd0
   mv rcd0.bak rcd0;
   marry -d /tmp/cyber.iso


   恢复你的光驱设备,否则你的光驱不能使用啦!

补充marry的说明:

marry -- marriage driver

  The marriage driver allows a regular file to be treated as a device. It does not drive any hardware directly, but it redirects reads and writes on its device to the associated regular file.

  marry(ADM) uses the marriage driver to associate a block special device file with a regular file. The regular file may then be accessed through the block device node created below the /dev/marry directory, or through a character device node.

  swap(ADM) uses marry to allow a regular file to act as a block device for swapping. marry may also be used to allow a regular file to act as a block device for mounting.

了解更多详情,参与讨论,请进入GBUNIX论坛

http://www.gbunix.com/bbs/index.php
责任编辑: trotter

相关文章
银行---SCO UNIX网络安全管理 - 05-16 10:40 am - 点击: 3761

发表评论 查看评论 加入收藏 Email给朋友 打印本文
给该文章评分
1 2 3 4 5 6 7 8 9 10
平均得分 0, 共 0 人评分
1 2 3 4 5 6 7 8 9 10
发表评论
标题:
内容:
声明:本站资讯均来自互联网,所有文章版权归原作者和出版者所有,如涉及版权问题,请来信告知!
Copyright © 2002-2004 GBunix.com. All rights reserved.