How to create an iso with a dvd structure
Feb 7, 2011
1 minute read

How to create an iso with a dvd structure

You’ll have to install mkisofs :

aptitude install mkisofs

and then use it :

mkisofs -dvd-video -udf -o file.iso file


comments powered by Disqus