DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Ubuntu: How To Create an ISO Image from a CD or DVD | Linux | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

10 comments

  • i have a problem
    when i set the path to the file i want i get a permission denied
    now i know how to use the nautilus thing because i didnt have permission to access my font and icon files but i have no idea how to do this in terminal because this isnt a file i need access to it is an action i need to do and it isnt letting me
    please help!
  • use sudo with the command for permission, if the account you are using is a sudoer.
    eg: $ sudo cat /dev/scd0 > *.iso
  • Works great thanks :)
  • Creating the ISO right now as we speak! Thanks, this was a pretty simple command that works.
  • Thanks alot, I didn't know that it's so easy to create .iso on Ubuntu :-)

    Thanks again !
  • Gah! That's horrid, for a number of reasons.

    First, you're using the wrong tool for the job. This would be the equivalent of using a wrench to hammer a nail in the wall. They both get the job done, but gah!

    Second, this command doesn't have any checking. What happens if you have some wild hard drive activity, and you don't get all the bits copied? You have a bad ISO, and you won't know it.

    Instead, you should be using the right tool for the right job. In this case, you need to check out the 'readom' command (read optical media). It does exactly what you're looking for, and has built in error checking.

    readom dev=/dev/scd0 f=/home/shamanstears/test.iso

    If you want to record the ISO, then you should be using 'wodim', not 'dd', or any other horrible "solution".

    wodim -v -eject /home/shamanstears/test.iso

    This will burn your 'test.iso' to your blank CD, assuming it's already inserted, and eject when it's finished. It'll even be verbose about it's output along the way. These sort of shoddy tips and tricks are what get a lot of users in trouble. Remember- use the right tools for the right job, and everyone will be happy.
  • Ubuntu Intrepid, simply right hand click CD or DVD desktop icons for context menu to copy, or write. Simple, no fuss and a result..
  • Ubuntu use readom when you right click on the icon.
    So the method of Aaron Toponse is the good one if you want to do it in command line.
  • I have installed 9.04 Jaunty and now right click and copy brings up Brasero that I believe does create an image (.toc) but not an ISO file. So if you want to stay on the safe side go with Aaron (just make sure the cd is not mounted! Gnome automount and that prevents the command from working)

    Briga
  • Since Ubuntu is supposed to be "Linux for human beings", here's a method for human beings. Just right click on the disk icon, then click "Copy disk...". I'm using Jaunty, and the default destination file is a .toc type. To change it, click Properties, and then at the bottom of the window change the file type to .iso, or .cue, or .raw, or whatever you want. Then run it, and there ya go.

Add New Comment

Returning? Login