Questions tagged [cd]

Compact discs (CDs) are a form of removable media. For questions about the "cd" command, use [cd-command], not this tag. CDs have been integral to the computer world for over two decades. CDs have the ability to store data and most computers today have an optical drive for reading and writing data to a CD.

For Ubuntu, the CD still serves as a common installation medium. Other uses of CDs include storing multimedia, such as music or movies, storing software or backing up data.

CDs typically store up to 700 MB of data. Most CDs are not writable, they can only be read, but CD-RW discs are rewritable and can be written to several times.

As data sizes grow larger, CDs are being replaced in many situations by DVDs (which hold over six times as much data). However, CDs are still prominent in many areas, are still cheaper and are still more likely to be readable by a given computer.

409 questions
64
votes
16 answers

What are some CD Ripping Programs you can use on Ubuntu?

What are some CD ripping programs for Ubuntu? Can you list the Pros? What are the Cons? For each program there should be a screenshot, sources to install, and instructions to install and use.
Drew
  • 753
53
votes
11 answers

How to use a .iso image as a CD-ROM Repository?

I have all images of Debian, Ubuntu and Ubuntustudio as .iso. How can I use them as repository to install my desired packages with sudo apt-get install package-name? I easily mount the .iso file with Archive Mounter, but when adding CD-ROM in…
Alexar
  • 1,416
30
votes
3 answers

Recovering Files from a Corrupt CD/DVD

I have certain old CD/DVD's which are not in good condition. I want to recover from them anything that can be recovered. in windows you had software like Isobuster and Cd Recovery which will let me do this. Can anyone suggest a native linux app?
tinhed
  • 2,468
23
votes
7 answers

How do I mount an ISO?

I was hoping to know if Ubuntu comes with a standard way of mounting ISOs. I looked around online and found a bunch of scripts that can do it. This to me seems like core functionality, is it offered by default in Ubuntu. If not where is the best…
myusuf3
  • 35,659
17
votes
5 answers

How can I run an executable from a CD when it doesn't have the executable bit set?

A textbook I'm using came with a CD containing a few supplementary applications. To my pleasant surprise, it appears to include an installer for Linux. The readme file on the CD provides the following installation instructions: PC:…
ændrük
  • 78,496
17
votes
4 answers

What's the difference between Ubuntu for free and the Official CD for $5?

What's the difference between Ubuntu 12.04 LTS for free and the Official CD of Ubuntu for $5? I didn't know the difference.
17
votes
5 answers

What cd/dvd burning software should I use?

I have tried countless cd/dvd burning software on ubuntu 12.04 and none of them work for me, any ideas guys? I've tried tovidgui, bombono dvd,and mestelix, they are all so very confusing is there any program like dvdflick that is just straight to…
bulldog
  • 179
16
votes
4 answers

Can't mount ISO file as loop device: Error: “failed to setup loop device”

sudo mkdir -p /media/cdrom cd ~ sudo mount -o loop ubuntu-* / mount: ubuntu-*: failed to setup loop device: No such file or directory
15
votes
3 answers

How to rip an audio CD into flac

Hello I tried to rip some Audio CDs into the lossless flac format. Flac has different compression rates and multiple arguments which can be passed. Normally I like to use flac with the argument -V8 which means, that the ripped content is validated…
eDeviser
  • 2,149
  • 7
  • 24
  • 37
15
votes
4 answers

Can I mount an ISO without administrative privileges?

Can I mount an ISO in Ubuntu 10.04 without requiring the use of sudo? This is all I know how to do: sudo mount -o loop -t iso9660 image.iso /media/iso A few answers mentioned using something called "Archive Mounter". I've never noticed this…
ændrük
  • 78,496
15
votes
2 answers

Ripped mp3 files show wrong track lengths

I have seen this problem both when using Banshee and Sound Juicer. I'm using Ubuntu 12.04 on a Thinkpad 14". I'm not sure about the make of my internal CD drive, but would be glad to provide you with that information if someone tells me how to. I…
Heihej
  • 151
14
votes
5 answers

DVD : no medium found on /dev/sr0 when there is a DVD

I have a problem with Ubuntu 14.04 and playing DVD's. After installing 14.04 I came to the conclusion that I can not play any DVD's. DVD's cannot even be opened as they are not seen by Ubuntu. The data I have until now: In the install of 13.10…
linuxpete
  • 159
14
votes
7 answers

How to verify that the ISO I downloaded is bootable before I burn it?

How can I check that the ISO image I've downloaded is bootable, before I burn it?
Student
  • 12,236
13
votes
2 answers

Burning CD stuck at 100% Creating image checksum

Burning data CD using brasero get stuck at 100% and the dialog box only show Creating image checksum, empty progress bar, and a cancel button, and the disk is not spinning anymore in my cd writer. Simply click cancel will make the cd blank, i have…
Nur
  • 4,131
12
votes
4 answers

How to install Windows 7 inside Virtualbox of Ubuntu?

I have already dual systems : Windows 7 and Ubuntu installed on my laptop. The Windows 7 had been installed when I bought this laptop, and I don't have a CD. I just installed VitrualBox under Ubuntu, hoping that I could install another Windows in…
SoftTimur
  • 3,089
1
2 3
27 28