Drive that can used to read CD (compact disk) drive.
Questions tagged [cd-drive]
130 questions
25
votes
2 answers
Mounting CD drive
I'm attempting to mount my CD drive so that I can use it, and I'm confused on all the necessary steps I need to take to get it working smoothly. When I go to my disk utilities it is popping up on my screen and I can eject the disc by clicking eject…
cmehmen
- 979
15
votes
2 answers
CD/DVD drive not mounted when inserted with Disc of any kind
I just noticed that if a insert a CD or a DVD of any kind, the Drive will start spinning but it will not show the mounted disc. Earlier it used to ask me what to do with the media inserted. Now it doesn't even do that. I ran the following commands…
Cisco Sán
- 171
11
votes
3 answers
how to mount dvd-rw drive/create mount point
I just get ubuntu 12.10. So I am a newbie.
I have sata hard disc with partitions - sda 1 (swap) sda 2 (mount point /) and sda 3 (mount point /home).
Today I add another internal hard disc (not sata) which I plan to use only for data, and its mount…
user132378
- 111
10
votes
4 answers
How to mount a CD ROM from a USB CD ROM drive on Ubuntu 10.04.3 server
I am trying to mount the installation CD rom drive using a USB CD ROM drive on Ubuntu 10.4.3 server to extract additional packages (since I do not have internet active on the server). I plugged the CD rom drive and inserted the CD and I could not…
Jamess
- 3,143
10
votes
4 answers
How to diagnose problems with a DVD drive?
I'm having trouble playing DVDs. I've installed all the libraries and whatnot (ubuntu-restricted-extras, libdvdcss2, libdvdread4, etc.). I was getting a lot of I/O errors on my DVD drive at startup and when I tried to play a DVD.
But I just bought a…
Kris Harper
- 13,705
10
votes
2 answers
Cdrom is mounted, but where?
A Nautilus folder will be opened automatically when inserting a CD in a drive. It is under Devices with name Audiodisk. As long as the files are accessed via Nautilus everything is fine.
The problem is that I can not find the cdrom files from the…
Sauli
- 600
10
votes
2 answers
Opening CD-ROM with bash code
I have copied this bunch of code from one funny video clip about How does a programmer swing his baby. The code is following:
#!/bin/bash
while [ l=l ]
do
#eject cdrom
eject
#pull cdrom track back in
eject -t
done
But it doesn't…
Bakhtiyor
- 12,804
9
votes
2 answers
How to Automount folder as C: in Dosbox
I have had a look at the community documentation here and there doesn't seem to be any information about how to "Automount" a folder as the C: drive in Dosbox.
Also as a bonus is it possible to automount the cd/dvd drive in the same way?
Allan
- 11,672
9
votes
7 answers
CD tray won't open. What can I do?
That's about it. Whenever I press the eject button on my cd player, nothing happens. CD player is not the cause of the problem because this never happens to me under Windows. Any suggestions?
In addition, running the eject command from a terminal…
levesque
- 4,572
8
votes
1 answer
Unable to mount Audio Disc
When I insert an audio disc, I get this message:
Unable to mount Audio Disc
Location is not mountable
I use Ubuntu 10.10
What can I do to fix this?
bets
- 183
8
votes
4 answers
how to burn cd with the CD/DVD creator
Is there some trick to burning a cd with the CD/DVD creator?
I'm installing k3b because that's a known entity. What is this, and where is the "burn" button? Help just tells me this is Nautilus 3.4.1, but I don't see a burn button to…
Thufir
- 4,631
7
votes
2 answers
Is there a command that detects if the CD drawer is open or closed?
Is there a command that you can run in a shell script that would detect if the CD tray is open or closed, and return 1 or 0 depending on whether it was (or something easy to interpret)?
Currently, I am executing the open command, and timing how long…
Tim
- 33,500
7
votes
5 answers
Can you tell whether I have a hardware or software problem with a DVD-ROM drive?
Trying to copy the content of a DVD on a Asrock ION 330 running Maverick, i.e. with:
dd if=/dev/sr0 of=dvdcopy
...I get errors in /var/log/messages:
Jan 15 17:18:15 asrock kernel: [ 2616.445966] sr 1:0:0:0: [sr0] Unhandled sense code
Jan 15…
motumboe
- 243
6
votes
1 answer
Ubuntu 14.04 LTS - Automount CD/DVD to /media
So.. a few months ago I upgraded my system from 13.10 to 14.04 LTS. Clean install, everything fresh. I haven't had to insert a disk until just now and I've come across a problem. Specifically, inserting a cd or dvd into the drive does not cause…
Scipio Xaos
- 161
6
votes
2 answers
How to disable cd drive check after resuming from suspend?
After resuming from suspend, my laptop performs a check on the CD drive. I currently do not use it that much, so I am wondering if there is a way I can disable the said check after my laptop resumes its status from suspend mode?
I have looked at how…
galath
- 491