Questions tagged [data-cd]

For questions about compact discs being used for data storage. If your question refers to audio, consider the [audio-cd] tag.

98 questions
45
votes
4 answers

How can I mount a block device from one computer to another via the network as a block device?

Is it possible to export a block device such as a DVD or CDROM and make it so that it's mountable on another computer as a block device? NOTE: I'm not interested in doing this using NFS or Samba, I actually want the optical drive to show up as a…
slm
  • 363,520
  • 117
  • 767
  • 871
29
votes
5 answers

How can I convert a .cue / .bin ( with cdr tracks) image into a single .iso file?

How can I convert a .cue / .bin (cdr track) image into a single .iso file? I have Fedora 16 (x86-64) Linux 3.1.9-1.fc16.x86_64 #1 SMP Fri Jan 13 16:37:42 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Rafael
  • 392
  • 1
  • 3
  • 8
19
votes
3 answers

Calculate md5sum of a CD/DVD

I have an ISO file, which I burned to a CD. Now how can I check if the CD is correctly created? I would like a command that calculate the hash sum that I can use to check with the hash sum I calculate on the ISO file. Ideally the command…
phunehehe
  • 20,030
  • 27
  • 99
  • 151
17
votes
4 answers

Is it possible to insert a physical CD into a VirtualBox machine?

I have CDs for Age of Empire III and I would like to play it in a Windows 10 VM. Is this possible? I know how to insert virtual CDs (i.e., ISO files) into a VirtualBox VM (via the "Storage" settings), but physical CDs are a different story. The best…
Josh Pinto
  • 3,483
  • 15
  • 52
  • 87
15
votes
5 answers

Is there a CD/DVD disk reading test tool for Linux?

When I was using DOS and Windows I've seen quite a selection of tools to check optical disks for readability and benchmark an optical drive itself. Most of them were even visualising the results in form of a pretty chart. Are there any such for…
Ivan
  • 17,368
  • 35
  • 93
  • 118
15
votes
5 answers

How to verify a CD against an ISO image?

I've got a physical burnt CD and the original ISO image of it. No reference checksum files were provided for the CD contents. How do I check the actual CD is correct (corresponds to the original image) and fully readable?
Ivan
  • 17,368
  • 35
  • 93
  • 118
14
votes
3 answers

Determining a CD-R(W)'s capacity

I've seen various questions asked (and answered) regarding how to detect the size of various media on a GNU/Linux system, and in particular how much space has been used on an optical drive. But is there anything I can do to detect the capacity of a…
Anthony Labarre
  • 273
  • 2
  • 9
14
votes
2 answers

How can I disable the button of my CD/DVD drive?

Up until Fedora 14 I was successfully using cdctl to enable/disable the CD/DVD eject button on my laptop (Thinkpad T410). Sadly it has stopped working now. I've consulted the methods discussed in these 2 questions: disable cd/dvd button on linux…
slm
  • 363,520
  • 117
  • 767
  • 871
10
votes
1 answer

How to mount iso9660 filesystem as read write

Hey my iso file won't accept device files so I was wondering how I could mount a cdrw with an iso9660 filesystem as read write to copy device files to the cdrw.
gabemai
  • 359
  • 2
  • 4
  • 11
9
votes
1 answer

understanding "-dao", "-sao", "-tao" and "-raw" writing modes for wodim in practice

In wodim one can choose between many different writing modes like Disk At Once("-dao"), Session At Once("-sao"), Track At Once("-tao") or Raw writing mode("-raw"). As I understand, Track At Once writes one track at time while in SAO and DAO modes…
Martin
  • 7,284
  • 40
  • 125
  • 208
8
votes
2 answers

Removing Debian Installation Prompt

I attempted to install Debian through a CD, with the initial .exe working fine. However, when I rebooted and went through the installation procedure, my system could not tell that there was a disk there (or the media was unreadable). Now whenever I…
Timidger
  • 310
  • 2
  • 3
  • 9
7
votes
1 answer

How to create UDF images and burn them to DVD or CDROM?

Writing CDs with cdrecord and making images with genisoimage is no problem. I want to write DVDs in a similar manner, first creating an image, then burning it to disk. This is quite beneficial, since I can inspect the image before burning it to…
polemon
  • 11,133
  • 11
  • 69
  • 111
6
votes
3 answers

Create a Random ISO Image Using dd

I would like to create a ISO file for testing optical drives with the method mentioned here. I want to create an ISO file filled with random data, so I can burn it to a CD, read it back and compare with the original ISO. I think the command bellow…
robingrindrod
  • 755
  • 1
  • 6
  • 10
5
votes
3 answers

How to check why the cdrom cannot be open exclusively

Sometimes when I try to burn an ISO image, the message that "/dev/sr0" cannot be open exclusively appears. lsof does not shows any program that opens "/dev/sr0" (I checked for aliases too).
Maciej Piechotka
  • 16,578
  • 11
  • 57
  • 93
5
votes
1 answer

Lock CD/DVD drive (prevent eject)

On my laptop the eject button for the CD/DVD drive is placed in a very unfortunate position and I hit it a dozen times per day and the tray pops out. I found many solutions which seemed to work for other people: From man eject: -i on | 1 | off | 0 …
Marco
  • 33,188
  • 10
  • 112
  • 146
1
2 3 4 5 6 7