免费注册 查看新帖 |

Chinaunix

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

如何在Linux操作系统下创建ISO镜像文件 [复制链接]

论坛徽章:
1
15-16赛季CBA联赛之北控
日期:2022-03-04 22:35:50
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-05-01 18:39 |只看该作者 |倒序浏览



文章来源:www.linuxeden.com-Linux伊甸园
  
1、用dd命令
  #dd if=/dev/cdrom of=/***/目的文件.iso
  上面的命令是在将光盘作成iso文件
  2、用mkisofs 命令
  #mkisofs -r -J -V 卷标名 -o 目的文件.iso 源文件
  上面的命令是将 “源文件” 文件及目录作成 “目的文件.iso”。
  例子 :
  # mkisofs -r -J -V widebright -o widebright.iso /widebright
  在linux系统上建了一个iso文件,然后放到windows xp上,结果winrar能够正确解压,使用DAEMON Tools 作为虚拟光盘加载之后,也很正常。

NAME
mkisofs - create an hybrid ISO9660/JOLIET/HFS filesystem
with optional Rock Ridge attributes.
SYNOPSIS
mkisofs [ options ] [ -o filename ] pathspec [pathspec...]
注:
-J Generate Joliet directory records in addition to regular iso9660 file names.
主要是为了兼容windows系统。
卷标名——指所做成iso文件后插入虚拟光盘时所显示的名字。
-R Generate SUSP and RR records using the Rock Ridge
protocol to further describe the files on the iso9660 filesystem.
-r This is like the -R option, but file ownership and
modes are set to more useful values.The uid and
gid are set to zero, because they are usually only
useful on the author's system, and not useful to
the client.All the file read bits are set true,
so that files and directories are globally readable
on the client.If any execute bit is set for a
file, set all of the execute bits, so that executa­
bles are globally executable on the client. If any
search bit is set for a directory, set all of the
search bits, so that directories are globally
searchable on the client.All write bits are
cleared, because the CD-Rom will be mounted read-
only in any case.If any of the special mode bits
are set, clear them, because file locks are not
useful on a read-only file system, and set-id bits
are not desirable for uid 0 or gid 0. When used on
Win32, the execute bit is set on all files. This is
a result of the lack of file permissions on Win32
and the Cygwin POSIX emulation layer.See also
-uid -gid, -dir-mode, -file-mode and -new-dir-mode.
  更多的选项可以用 man mkisofs 查看。


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/31/showart_654326.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP