谨以此文献给没有刻录机的兄弟 :
用处不大,在实在没有刻录机的时候,可以一用, :) 经测试,在aix4.3.3和aix5.1都可以。
1、建立一个逻辑卷(转帖注:参见xkdcc的文章: 如何建立一个逻辑卷 ),大小和ISO image相同或者大些。
2、在/etc/filesystems文件中加入并编辑该逻辑卷条目,设置vfs为cdrfs
例如:
# vi /etc/filesystems
/isocd:
dev = /dev/isocd
vfs = cdrfs
mount = false
options = ro
account = false
3) 为该LV创建加载点 /iso_dir
4) 用dd命令拷贝该iso images到该LV
# dd if=/cdrom/domino.iso of=/dev/isocd
5) 和mount CD-ROM一样,mount该
[color=red][size=18] # mount -rv cdrfs /dev/isocd /iso_dir[/size][/color]
6) cd /iso_dir就可以看到你想要的东东了。没有刻录机也没有关系啦 :)
转帖自: [url]http://os.cnfan.net/ibm_aix/1967.html[/url]
用处不大,在实在没有刻录机的时候,可以一用, :) 经测试,在aix4.3.3和aix5.1都可以。
1、建立一个逻辑卷(转帖注:参见xkdcc的文章: 如何建立一个逻辑卷 ),大小和ISO image相同或者大些。
2、在/etc/filesystems文件中加入并编辑该逻辑卷条目,设置vfs为cdrfs
例如:
# vi /etc/filesystems
/isocd:
dev = /dev/isocd
vfs = cdrfs
mount = false
options = ro
account = false
3) 为该LV创建加载点 /iso_dir
4) 用dd命令拷贝该iso images到该LV
# dd if=/cdrom/domino.iso of=/dev/isocd
5) 和mount CD-ROM一样,mount该
[color=red][size=18] # mount -rv cdrfs /dev/isocd /iso_dir[/size][/color]
6) cd /iso_dir就可以看到你想要的东东了。没有刻录机也没有关系啦 :)
转帖自: [url]http://os.cnfan.net/ibm_aix/1967.html[/url]
本文转自 xkdcc 51CTO博客,原文链接:http://blog.51cto.com/brantc/116429,如需转载请自行联系原作者