CD to ISO with linux terminal

Dragan Eror's picture
terminal

If cd was mouted automatically unmout it with umount command

umount /dev/cdrom

or

umount /media/cdrom

on ubuntu
Create CD-ROM ISO image with dd command

dd if=/dev/cdrom of=/tmp/cdimage.iso

if=/dev/cdrom Read from /dev/cdrom (raw format)
of=/tmp/cdimage.iso write to FILE cdimage.iso i.e. create an ISO image

Read how to burn ISO image to CD with terminal

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.