![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
5 Cups of Ubuntu
![]() |
ISO image app?
I'm looking for something that will let me make ISO images of CDs, preferably one that would work with (IE the iso would have it and it would work properly) copy protection schemes. Also something that would let me "mount" these, including said copy protection.
Something kind of like "Alcohol 120%" but for linux. Anyone know if such a thing exists? It's not critical, just saves me from dragging a disk binder with me when I travel. |
|
|
|
|
|
#2 |
|
Dipped in Ubuntu
![]() Join Date: Nov 2005
Location: Ft Myers, FL
Beans: 552
The Feisty Fawn Testing
|
Re: ISO image app?
you can mount an ISO image in linux with these steps:
First : sudo modprobe loop Then do: sudo mkdir /mnt/ISO sudo mount /<path_to_iso> /mnt/ISO -t iso9660 -o loop The iso file should now be visible in Nautilus under the /mnt directory. To CREATE an ISO image (TO YOUR HARD DRIVE) , of a CD (That you already HAVE). Insert the CD then right click and select Copy Disk. When the "Write to Disk" dialog comes up. Choose "File Image" instead of your CD/DVD Burner drive, then say "Write" and select where you want the ISO file to be created. To BURN a CD from an ISO image that you HAVE on your Hard Drive. Right Click on the ISO image file and select "Write To Disk" insert a blank CD/DVD and select "Write". It can take anywhere from 3 - 15 mins to complete depending on the Size of the file and the Speed of your CD/DVD Burner. Post Edited for Clarity
__________________
Ubuntu Wiki || USDF|| Ubuntu DVDs "How do you use your computer, YOUR way or the Gates' way?" -- fwlfckr ![]() Linux Reg#406708 Last edited by akiro.yamamoto; March 2nd, 2006 at 06:41 AM.. |
|
|
|
|
|
#3 | |
|
5 Cups of Ubuntu
![]() Join Date: Feb 2005
Location: Cape Town, South Africa
Beans: 39
Ubuntu 8.10 Intrepid Ibex
|
Re: ISO image app?
Quote:
When I try to burn the .iso onto CD it says that it is invalid. Any ideas? |
|
|
|
|
|
|
#4 | |
|
Quad Shot of Ubuntu
![]() Join Date: Aug 2005
My beans are hidden!
Ubuntu Karmic Koala (testing)
|
Re: ISO image app?
Quote:
|
|
|
|
|
|
|
#5 |
|
Dipped in Ubuntu
![]() Join Date: Jan 2005
Location: Sweden
Beans: 586
|
Re: ISO image app?
For an audio CD you need to use cdrdao. cdrdao read-cd mydisk.toc will create a cue file named mydisk.toc and a data file called data.bin (change that file name with the --datafile option).
Håkan |
|
|
|
|
|
#6 |
|
Dipped in Ubuntu
![]() Join Date: Jan 2005
Location: Sweden
Beans: 586
|
Re: ISO image app?
...and to create an image from a CD, just use dd.
Håkan |
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() |
Re: ISO image app?
If I use dd, can I mount the resulting file as shown above?
Also, can dd skip over read errors (like bad sectors) and will it rip subcode data as well? I should mention I'm looking for an archival-quality means of ripping. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|