Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-03-2003, 10:18 AM
|
#1
|
Member
Registered: Aug 2003
Distribution: Mandrake 9.1
Posts: 40
Rep:
|
cdrdao config file?
Hi,
I'm trying to make an ISO image of a CD but each time I try it say something like:
***************************************
[root@localhost root]# cdrdao read-cd --read-raw --datafile ff7.bin --device 0,0,0 --driver generic-mmc-raw ff7.toc
Cdrdao version 1.1.7 - (C) Andreas Mueller <andreas@daneb.de>
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty
Error trying to open /dev/scd0 exclusively ... retrying in 1 second.
***************************************
But my cdrom is in /mnt/cdrom1 ! How can I change that ? I've tried for like 2 hours searching for help , HOW-TO and can't find a solution.
TIA!,Max.
|
|
|
08-03-2003, 10:49 AM
|
#2
|
Member
Registered: Jun 2002
Location: NY
Distribution: Gentoo,RH
Posts: 333
Rep:
|
Your /mnt/cdrom1 is probably the mount point for your CD if you mount a CD. That is established in /etc/fstab, where this mount point gets assigned a physical device, presumably /dev/cdrom1. You'll find that even that is a symlink to some actual device, /dev/scd0 in your case.
Your problem is, most likely, that the permissions for /dev/scd0 aren't set right in order for you (as a regular user) to make ioctl calls to it. Do (as root)
chmod 666 /dev/scd0
and try again.
Hope it helps,
mlp
|
|
|
08-03-2003, 11:02 AM
|
#3
|
Member
Registered: Aug 2003
Distribution: Mandrake 9.1
Posts: 40
Original Poster
Rep:
|
Hi,
thanks for your reply, I tried but still get the same error... Maybe I am doing something wrong in my command line?
|
|
|
08-03-2003, 11:31 AM
|
#4
|
Member
Registered: Aug 2003
Distribution: Mandrake 9.1
Posts: 40
Original Poster
Rep:
|
OMG OMG OMG !!
My cdrom was mounted!!!
|
|
|
All times are GMT -5. The time now is 12:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|