光盘镜像ISO文件的使用和创建

风行水上 @ 2011-11-02 11:21:55
标签:

    在Linux系统上创建ISO镜像文件

    从文件系统创建iso文件可以使用命令行 mkisofs

    # Standard ISO-9660 filesystem
    mkisofs -o /directory/example.iso /directory/example-dir
    

    从光驱创建iso镜像文件,可以使用命令行 dd

    dd if=/dev/cdrom of=/directory/example.iso
    

    在Windows系统上创建ISO镜像文件

    免费的 InfraRecorder(推荐)。

    InfraRecorder

    免费的 ImgBurn

    ImgBurn

    免费的 cdrtfe, a win32 frontend for the cdrtools (cdrecord, mkisofs, readcd, cdda2wav)。

    标签:

      分享到:
      comments powered by Disqus

      24/27ms