Warning: Undefined variable $session_id in /usr/home/zenrat/public_html/tech/forums/includes/sessions.php on line 253
Tech Patterns :: Command line method to create an iso from a folder of files

Warning: Undefined variable $s_watching_topic_img in /usr/home/zenrat/public_html/tech/forums/viewtopic.php on line 677


Command line method to create an iso from a folder of files
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4138
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