Create ISO Image of a Folder

Tagged with: , , , , , , ,

Create an iso image of a directory


mkisofs -J -allow-leading-dots -R -V "Label CD" -iso-level 4 -o ./cd.iso data_cd

One Response to “Create ISO Image of a Folder

  • 1
    Marco R.
    November 20th, 2008 12:14

    I was trying to do something like that by myself. Fortunately, I can use mkisofs ;)

    Thanks.

Leave a Reply