Chinaunix

标题: AIX5L 是这样读Iso文件的... ... [打印本页]

作者: zlxgoal    时间: 2004-12-20 10:07
标题: AIX5L 是这样读Iso文件的... ...
由于不想刻录光盘,下载了一个Iso文件,可不知道怎么在AIX下读ISO文件,上网找了一个了,测试了一下不行,发出来让大家看一下是哪里有问题?\r\n1、建立一个逻辑卷,大小和ISO image相同或者大些。 \r\n\r\n2、在/etc/filesystems文件中加入并编辑该逻辑卷条目,设置vfs为cdrfs \r\n例如: \r\n# vi /etc/filesystems \r\n\r\n/isocd: \r\ndev = /dev/isocd \r\nvfs = cdrfs \r\nmount = false \r\noptions = ro \r\naccount = false \r\n\r\n3) 为该LV创建加载点 /iso_dir \r\n4) 用dd命令拷贝该iso images到该LV \r\n# dd if=/cdrom/domino.iso of=/dev/isocd \r\n5) 和mount CD-ROM一样,mount该 \r\n# mount /dev/isocd /iso_dir \r\n\r\n6) cd /iso_dir就可以看到你想要的东东了\r\n\r\n我是按照上面的步骤做的,但是在mount 的时候说文件格式不正确。
作者: zhangych    时间: 2004-12-20 13:45
标题: AIX5L 是这样读Iso文件的... ...
我使用了在window上的nfs方式,将iso文件导出到2000上,然后在windows上安装omni-nfs服务,启动nfs服务,在6000上mount到硬盘上,直接用即可。具体iso的用法我还没试验过,回家去试试看吧。
作者: gAwAin    时间: 2004-12-20 14:25
标题: AIX5L 是这样读Iso文件的... ...
solaris 下有命令:lofiadm 非常方便,aix 下还是有些麻烦
作者: zlxgoal    时间: 2004-12-23 09:39
标题: AIX5L 是这样读Iso文件的... ...
是啊,不过按上面操作原理是可以行的通的,不知道为什么再读取的时候出错!(不好意思,这两天出差刚回来!贴子不能沉)。
作者: bobar    时间: 2004-12-24 09:07
标题: AIX5L 是这样读Iso文件的... ...
帮你顶一下,哈\r\n我也遇到这样的问题\r\n想安装oracle ias for redhat的,结果网站上是下载下来是cpio文件\r\n我想把cpio文件,解压-〉做成iso,但是在mkisofs后,下载到windows上发现内容有变化,具体是原来目录很深的时候,目录被提到根目录了,我加了-r的参数,所以我想在aix上mount一下,看看是不是和windows下看到的一致,我也使找了搂主的这个方法,好像也不灵,也没解决呢,这段时间比较忙,顶一下,后面在试
作者: lifeisfun    时间: 2005-01-16 07:53
标题: AIX5L 是这样读Iso文件的... ...
the steps you did is:\r\ndd if=lv of=lv, then mount fs,\r\nSo, when you use copy directly to the lv, the fs will be destoried. because the fs has its own dataformat, such as the first and 31th blcok will be stored the FS structure data.




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2