Posted in Command Line, Linux Create ISO Image of a Folder Binny V A June 27, 2008 2 Comments on Create ISO Image of a Folder Create an iso image of a directory mkisofs -J -allow-leading-dots -R -V "Label CD" -iso-level 4 -o ./cd.iso data_cd Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
I was trying to do something like that by myself. Fortunately, I can use mkisofs 😉
Thanks.
It works perfectly.
Thanks!