Command line method to create an iso from a folder of files
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4127
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Sometimes using a command line is just so much easier:

:: Code ::
genisoimage -dvd-video -v -o DVD.iso [DVD data directory]

outputs file to the directory you are in unless I assume you provide a full path in -o

Note that genisoimage seems to have retained a legacy -o since their help shows -O, but -o works fine

Note that this replaces the deprecated mkisofs you may have found directions for:

:: Code ::
mkisofs -dvd-video -udf -o dvd.iso /directory/


.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours