Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 操作系统 > 其他操作系统 > 在SCO下直接使用ISO镜像安装软件的方法
【标  题】:在SCO下直接使用ISO镜像安装软件的方法
【关键字】:C,方法,软件,安装,SCO,ISO,IS,SCO,ISO
【来  源】:网络

在SCO下直接使用ISO镜像安装软件的方法

Your Ad Here    以赛博中文的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.
寻找UNIX中CPU的“消耗大户”:【上一篇】
SCO UNIX学习宝典 高级进阶:【下一篇】
【相关文章】
  • 寻找UNIX中CPU的“消耗大户”
  • 安装SCO操作系统常见问题的对策
  • SCO OpenServer Release 5产品包括什么
  • Sco Openserver 5.0.4的单用户License
  • SCO UNIX基础讲座--第十二讲:使用 TCP/IP
  • SCO UNIX基础讲座--第十一讲:TCP/IP 管理
  • 天阔PC服务器 SCO UNIX openserver 5.0.5 安装说明-Ultra160 SCSI环境
  • Sco openserver unix下安装双网卡的一些建议
  • SCO UNIX 讲座
  • UnixWare 7 root口令遗失的解决方法
  • 【随机文章】
  • Illustrator 无缝拼接图案的快速制作(1)
  • MSSQL如何获得新插入记录的ID值?
  • WebDynpro 阶段模型—Web响应处理机制(www.mynetweaver.cn)
  • 宽带接入方式有哪些
  • 作业一:基本命令的使用
  • Grub VS windows
  • VS2005中两个有用的源代码管理选项
  • 不该用Generics实现Abstract Factory的理由
  • Windows.NET Server: 远程访问
  • 如何保证web app中的Send Email线程稳定性
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.