免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1652 | 回复: 1
打印 上一主题 下一主题

linux中用mkisofs命令把文件制作成ISO [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-11-05 19:28 |只看该作者 |倒序浏览

linux中用mkisofs命令把文件制作成ISO
mkisofs folder
步骤:
1.把NFS服务器上的目录挂载到本地/mnt/nfs/的目录
#mount -t nfs 10.0.2.2:/linuxos/rhel4.0_update3/ /mnt/nfs/
2.把已挂载的文件复制到本地
#cp -a /mnt/NFS/* /root/Decp -a /mnt/nfs/* /root/Desktop/rhel4.0/&sktop/rhel4.0/&
3.查找boot.cat文件并删除掉
#find rhel4.0/ -name boot.cat | xargs rm
4.查找TRANS.TBL文件并删除掉
#find rhel4.0/ -name TRANS.TBL -exec rm { } \;
5.复制本地的所需文件到指定目录
#cp /usr/share/comps/i386/.discinfo rhel4.0/
6.把指定目录下的所有文件制作成ISO文件
#mkisofs -R -J -T -v -no-emul-boot -boot-load-size 4 -boot-info-table -V RHEL4ASDVD -b isolinux/isolinux.bin -c isolinux/boot.cat -o /RHEL4AS.iso rhel4.0/
参考网址:
http://fedoranews.org/contributors/gene_czarcinski/update_distro/
http://www.linuxqucstions.org/qucstions/showthread.php?t=477515/
http://www.mjmwired.net/resources/redhat8-dvd.html


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/25799/showart_195669.html

论坛徽章:
0
2 [报告]
发表于 2012-12-26 23:48 |只看该作者
回复 1# huangjinlai

自己搭建的linux,安装mkisofs时总是安装不上,求助

            ==> MAKING "install" ON SUBDIRECTORY "SRCROOT/man/man4"
make[2]: Entering directory `/opt/livecd/build/mkisofs-1.13/man/man4'
        ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/man/man4/makefiles.mk"
make[3]: Entering directory `/opt/livecd/build/mkisofs-1.13/man/man4'
        ==> INSTALLING "/opt/schily/man/man5/makefiles.5"
chown: `bin': invalid user
make[3]: *** [/opt/schily/man/man5/makefiles.5] Error 1
make[3]: Leaving directory `/opt/livecd/build/mkisofs-1.13/man/man4'
        ==> MAKING "install" ON SUBCOMPONENT "SRCROOT/man/man4/makerules.mk"
make[3]: Entering directory `/opt/livecd/build/mkisofs-1.13/man/man4'
        ==> INSTALLING "/opt/schily/man/man5/makerules.5"
chown: `bin': invalid user
make[3]: *** [/opt/schily/man/man5/makerules.5] Error 1
make[3]: Leaving directory `/opt/livecd/build/mkisofs-1.13/man/man4'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/opt/livecd/build/mkisofs-1.13/man/man4'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/opt/livecd/build/mkisofs-1.13/man'
make: *** [install] Error
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP