Create an iso image of a directory
mkisofs -J -allow-leading-dots -R -V "Label CD" -iso-level 4 -o ./cd.iso data_cd
This entry was posted on Friday, June 27th, 2008 at 11:04 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
I was trying to do something like that by myself. Fortunately, I can use mkisofs
Thanks.
Name (required)
Mail (will not be published) (required)
Website
Notify me of followup comments via e-mail
November 20th, 2008 12:14
I was trying to do something like that by myself. Fortunately, I can use mkisofs
Thanks.