<br><br><div><span class="gmail_quote">On 5/4/07, <b class="gmail_sendername">Tomoki Taniguchi</b> <<a href="mailto:tomoki.taniguchi@gmail.com">tomoki.taniguchi@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I want to create an .ISO image backup of a cd<br>inserted into a local cdrom drive.<br><br>can someone tell me the simplest way to<br>to create an ISO image file?</blockquote><div><br><snip><br>To create a vanilla ISO-9660 filesystem image in the file
cd.iso, where the directory<br>cd_dir will become the root directory if the CD, call:<br><br>% mkisofs -o cd.iso cd_dir<br></snip><br>-- snipped from "man mkisofs"<br><br>You might want to look at that man page, though. There are lots of options. Some of them are important. For example, if there are any long file names, you will probably need to enable Rock-Ridge and/or Joliet file extensions.
<br><br>-- Vince<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I prefer a console option, but also curious about any<br>GUI tools that may be available as well.
<br><br>TIA,<br>Tomoki Taniguchi<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>