Make an ISO out of a CD

categories:

dd if=/dev/hda of=/home/user/cd.iso bs=2048 conv=notrunc

Where /dev/hda is your cdrom drive..

How do I find that out ? (snippet)

user@localhost:~$ mount ... /dev/sda1 on /media/win type ntfs (rw) **/dev/hda on /media/cdrom0 type iso9660 (ro,noexec,nosuid,nodev,user=user)**

The admin blogger mentionned an easier way : cat /dev/hda > /home/user/cd.iso

More info : http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/How_To_Do_Eveything_With_DD




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!