FedoraThis forum is for the discussion of the Fedora Project.
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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I looked around but was unable to find any answers to this problem.... (I would appreciate it if you could direct me to an answer if there is already one posted....)
I have upgraded from FC2 to FC3
Following which I am unable to mount my dvd rw drive (LG)
The error I receive is:
my /dev directory holds:
lrwxrwxrwx 1 root root 3 Feb 7 10:00 cdrom -> hdc
lrwxrwxrwx 1 root root 3 Feb 7 10:00 cdwriter -> hdc
lrwxrwxrwx 1 root root 3 Feb 7 10:00 dvd -> hdc
lrwxrwxrwx 1 root root 3 Feb 7 10:00 dvdwriter -> hdc
brw------- 1 root disk 22, 0 Feb 7 10:00 hdc
fdisk -l doesn't show the device at all.
running grub with boot option "hdc=ide-scsi" doesn't solve anything
I am able to access the device (for instance with a dvd movie) running "mplayer dvd://1"
changing the udev to the older version suggested somewhere here in the forum doesn't solve the problem either.
Welcome to the foggy land of udev. By upgrading to FC3 you have shed the fat of devfs and are now 100% udev. I'm a Debian user facing the same issue. I'm trying to get my cdrw working and have found that there is so much to learn about udev. And since Fedora is so popular, I found a gazillion threads about DVD mounting and udev when I googled for usb drive and udev. So I think there are two things to consider:
1. Try mounting the drive as root - sometimes its a permissions thing
2. Know that you are dealing with something called udev and that lots of people are having the same problem as you. It looks like some fixes work for some people but not for others. FC3 should have correctly installed the kernel, but recompiling a custom kernel could prove advantagous for your problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.