The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
1answer
105 views

what determines overburn capability of CD-R?

I had a 733MiB ISO image which I tried to write to a CD-R. I had two CD-R disks from different manufacturers. With first CD-R disk(TDK) the burning process failed, but using the second CD-R(EMTEC), it ...
3
votes
0answers
81 views

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 ...
2
votes
0answers
52 views

Compare two cdroms

I would like to verified if two CD-ROMs (UDF) identical or not. One cdrom will be read at Windows and the other CD-ROM at Linux, where the CD-ROMs can be with different burning programs. This means ...
1
vote
2answers
71 views

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 ...
2
votes
1answer
222 views

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.
1
vote
0answers
57 views

Making the keyboard eject switch work

My keyboard switch for ejecting the CDROM does not work though it displays an eject button on the screen. I need to make it work. I know ejecting a cdrom using system call is as simple as ...
0
votes
1answer
81 views

Cannot Recognize ISO in Fedora Core 1 (Yarrow) in VMWare View Player

It's a long story of why I am trying to do this (basically supporting a business that has not updated their servers in a LONG time). In any case, I am trying to mount an ISO in VMWare View player so I ...
3
votes
1answer
248 views

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 ...
7
votes
3answers
575 views

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 ...
1
vote
1answer
219 views

mount failed to process probably corrupted CD

I wanted to check a CD from my drawer. I inserted it into my drive and issued mount. I got mount: block device /dev/sr0 is write-protected, mounting read-only mount command did not exit. I checked ...
5
votes
3answers
532 views

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 ...
1
vote
0answers
142 views

Create multisession ISO image to burn on a remote CD

I need to be able to take a number of files on one machine and generate a .iso image to burn to a multisession CD-R that has already had a session written to it. I can easily create an image for the ...
0
votes
1answer
173 views

Automount cdrom when accessed via NFS

I am currently running CentOS 5 on a server that has a built-in CDROM drive. I currently have a setup where /media/cdrom is automatically mounted by autofs as needed and I am exporting /media/cdrom ...
6
votes
1answer
2k views

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

The title is descriptive as is: 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 ...
3
votes
2answers
194 views

Why does linux scan my cdrom on boot?

My linux system scans my cdrom on boot. Can I disable that feature without removing my cdrom tray?
3
votes
2answers
479 views

If I dd a CDROM, then I always get the exact copy of the CDROM?

If I: dd if=/dev/cdrom of=cdrom.iso then I will always get the exact same, bit-by-bitly same image that is the same as the original CDROM? Or are there any methods that prevents copying all the ...
4
votes
1answer
3k views

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 ...
3
votes
1answer
511 views

Auto mount cd or dvd on CLI based ubuntu server

I am using Ubuntu server as a samba server. The solution I am looking for is whenever the disks are inserted (cd or dvd) they should get auto-mounted to /cdrom directory. Are there any tools for ...
1
vote
1answer
77 views

Copying many CDs to disk

I have many old (data) CDs. I want to copy them all to the disk, but the problem is that some of these CDs are no longer readable and it is extremely tiresome to copy the CDs one by one. Is there ...
2
votes
1answer
473 views

Find the DVD-ROM path in FreeBSD

I do not know the path of my DVD-ROM and also my external hard drive to mount them in FreeBSD using the mount command. What command should I use to find their path?
1
vote
1answer
430 views

APTonCD equivalent for Fedora

Is there an equivalent of APTonCD for Fedora? I tried googling and found YUMonCD but wanted to know if there exists some package in the repos.
5
votes
3answers
203 views

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).
4
votes
4answers
3k views

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 ...
6
votes
1answer
2k views

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 ...