Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16th July 2012, 10:12 PM
sureshot Offline
Registered User
 
Join Date: Jul 2012
Location: Hillsboro ohio
Age: 51
Posts: 5
linuxfirefox
differences between fc16 and fc17 in /dev

Hello

I again hope i am putting this post in the correct forum. I am a big simh user in the directions it says to use dd to create iso's of all the cd's and change the line in the ini file to use the file needed. In fc16 i was able to access the cdrom directly by just using the path /dev/cdrom0 i also noticed that it had a sepret entry for the cdrw. In fc17 the only entry is /dev/cdrom and the path will not work the same. Is there a work around for this or is this a new way for fedora to acces the cdrom. If there is a doc i need to read please point me to it. I have only had 17 running for a few hours so just bummped up against this. I am new so please be easy with me LOL.


this is an update to this message. I have not had a chance to test this but i may be able to set the path to /dev/sr0 if this is so and someone knows for sure while i setup fc17 64bit. Please leave me a message telling me ok.

thanks in advance for your time and knowlege

sureshot
Phil

Last edited by sureshot; 16th July 2012 at 10:44 PM.
Reply With Quote
  #2  
Old 17th July 2012, 02:20 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: differences between fc16 and fc17 in /dev

I noticed that very same issue with it not creating the /dev/dvd symlink as well. I just changed the udev rules for the cdrom to create the proper symlinks for me.

Here is my udev rules file.

I named it /etc/udev/rules.d/60-cdrom.rules

Code:
# 60-cdrom.rules
ACTION=="remove", GOTO="cdrom_end"
SUBSYSTEM!="block", GOTO="cdrom_end"
KERNEL!="sr[0-9]*|xvd*", GOTO="cdrom_end"
ENV{DEVTYPE}!="disk", GOTO="cdrom_end"

# unconditionally tag device as CDROM
KERNEL=="sr[0-9]*", ENV{ID_CDROM}="1"

# media eject button pressed
ENV{DISK_EJECT_REQUEST}=="?*", RUN+="cdrom_id --eject-media $devnode", GOTO="cdrom_end"

# import device and media properties and lock tray to
# enable the receiving of media eject button events
IMPORT{program}="cdrom_id --lock-media $devnode"

KERNEL=="sr0", SYMLINK+="cdrom cdrw dvd dvdrw", OPTIONS+="link_priority=-100"

LABEL="cdrom_end"
Edit:

also moving to the the general support category since this is F16/F17 and not a rawhide (currently F18) question.

Last edited by DBelton; 17th July 2012 at 02:23 AM.
Reply With Quote
  #3  
Old 17th July 2012, 11:46 PM
sureshot Offline
Registered User
 
Join Date: Jul 2012
Location: Hillsboro ohio
Age: 51
Posts: 5
linuxfirefox
Re: differences between fc16 and fc17 in /dev

hello

thanks for proving i was not going crazy. I dont know yet what to do with that information but i will now start searching and reading on ware to put it and how to use it. i am a noobe but i love this os.... it is so refresshing to use something that is not put out by a greedy monster of broken expensive software.

thanks again

sureshot
Phil
Reply With Quote
  #4  
Old 18th July 2012, 03:34 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,620
linuxfirefox
Re: differences between fc16 and fc17 in /dev

You can pretty much take what I posted above and copy/paste it into /etc/udev/rules.d/60-cdrom.rules (you will probably have to create the file and this will have to be done as root user) Then reboot, and you should have symlinks created for /dev/cdrom /dev/cdrw /dev/dvd /dev/dvdrw all pointing back to /dev/sr0
Reply With Quote
  #5  
Old 18th July 2012, 05:14 AM
sureshot Offline
Registered User
 
Join Date: Jul 2012
Location: Hillsboro ohio
Age: 51
Posts: 5
linuxfirefox
Re: differences between fc16 and fc17 in /dev

the sr0 was a misunderstaing on my part please ignor
Reply With Quote
Reply

Tags
differences, fc16, fc17, or dev

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
preupgrade FC16-FC17 fails - grub, intird + misc! alexuk Installation and Live Media 4 26th August 2012 12:06 AM
FC17 x86_64 install DVD doesn't recognise existing FC16 following /usr-move failure AndyW Installation and Live Media 5 9th July 2012 08:17 AM
[SOLVED] Yum upgrade FC16 -> FC17 saeru Installation and Live Media 6 5th July 2012 10:48 AM
Upgrading FC16 --> FC17 x86_64 lucapaganotti Installation and Live Media 0 3rd July 2012 05:53 PM
netsniff-ng error on preupgrade fc16 to fc17 xenotrax Using Fedora 1 21st June 2012 06:32 PM


Current GMT-time: 08:37 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat