在SCO下直接使用ISO映象安裝軟體的方法(轉)
在SCO下直接使用ISO映象安裝軟體的方法(轉)[@more@]以賽博中文的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.
你可以使用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.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10617542/viewspace-960651/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- win10iso映象直接安裝方法_win10系統映象iso檔案如何安裝Win10
- SCO-UNIX在vmware下的安裝(轉)
- CentOS7.3怎麼安裝?使用DVD ISO映象安裝CentOS7.3的方法CentOS
- linux下掛載iso映象的方法Linux
- 軟體安裝常用方法(轉)
- SCO UNIX--安裝(轉)
- ISO 映象安裝oracle 10gOracle 10g
- win10原版系統iso映象如何安裝_win10官方iso原版映象的安裝步驟Win10
- Linux下的軟體安裝(轉)Linux
- 【Linux】Linux軟體安裝管理5 掛載本地iso光碟映象、配置yum軟體倉庫Linux
- python 使用pip安裝使用國內映象加速下載安裝包的方法Python
- Linux下軟體的安裝與解除安裝(轉)Linux
- SCO UNIX安裝參考(轉)
- 常用unix環境下直接掛接ISO光碟映象檔案的方法
- Linux下安裝和使用防毒軟體AntiVir(轉)Linux防毒
- 使用ISO檔案安裝Linux(轉)Linux
- solaris 10 應用軟體的安裝/解除安裝方法(轉)
- linux下軟體的基本安裝和解除安裝(轉)Linux
- 在linux下掛載ISO映象檔案Linux
- SCO5.0.5安裝步驟 (轉)
- SCO OpenServer 5下新增硬碟方法(轉)Server硬碟
- 如何在命令列下使用 BitTorrent 下載 ISO 映象命令列
- 多路徑軟體安裝使用方法
- 利用iso映象檔案進行硬碟安裝suse10.1(轉)硬碟
- CVSNT在Windows下的安裝和使用(轉)Windows
- ORACLE 7.3.4 for SCO Unix 安裝說明(轉)Oracle
- win10原版ISO映象如何製作安裝光碟_製作win10原版ISO映象安裝光碟圖文詳解Win10
- ubuntu下常用軟體的安裝Ubuntu
- PyGTK在Windows下的安裝(轉)Windows
- 使用 Winget 命令在 Windows 上安裝軟體Windows
- 從硬碟iso安裝RedHat AS 4(轉)硬碟Redhat
- pe下安裝win10原版iso步驟_pe下安裝原版win10系統的方法Win10
- win10 iso映象安裝包中有兩個setup.exe怎麼使用Win10
- 使用brew安裝軟體
- 工作使用軟體安裝
- Linux下軟體安裝Linux
- AE軟體下載安裝
- centos 下docker映象安裝CentOSDocker