I ran into a similar situation when I upgraded from FC2 to FC3T3. When I first logged in the CDROM was inaccessible and accessing it froze file manager. I got around this problem by removing entries in fstab, automount and disabling the session manager from restoring previous sessions. (It would try to mount the cdrom.) My drive is an IDE, not scsi and I'm not using scsi emulation, although I might want to to make cdparanoia work better (faster.) Once I disabled the mentioned settings, Linux correctly sensed and operated the drive. I believe my drive is mounted in /media as dvdcdrom or something like that as well as /dev/hdc. I've got my system set so that unmounted partitions appear on the desktop. I then right click, mount and access the drive. It works well. BTW: It would be nice in KDE to differentiate between unmounted CDROM partitions and unmounted hard drive partitions. With the fstab entry from fc2 left in place, accessing the drive gave a "Device busy" error. I still get the occasional error (can't umount) when ejecting or unmounting, but for the most part it works well. If I get stuck, I issue a umount -f or a umount -l and it seems to fix everything. On Wed, 2004-27-10 at 13:59 -0500, Timothy Sandel wrote: > On Wed, 2004-10-27 at 13:27 -0400, David Zeuthen wrote: > > On Wed, 2004-10-27 at 10:06 -0500, Timothy Sandel wrote: > > > 3. SCSI dvdrom is now correctly recognized, but "/media/dvdrom" > > > > Timothy, try to put this > > > > <?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> > > <deviceinfo version="0.2"> > > <device> > > <match key="storage.bus" string="scsi"> > > <match key="storage.drive_type" string="cdrom"> > > <merge key="storage.policy.should_mount" type="bool">true</merge> > > </match> > > </match> > > </device> > > </deviceinfo> > > > > in a file called scsi-cdrom.fdi in the /usr/share/hal/fdi/95userpolicy > > directory and restart the haldaemon ('service haldaemon restart'). Does > > that make things work? > > > Nope. Not a really big deal. I manually created an fstab entry and > mount point for the dvd. Just no automount. A little added info. I > have a dvd-writer on /dev/hdc also. > > Thanks for your input though. > > > The thing is, we don't automatically put in entries for SCSI devices > > since they may not be close to the computer (e.g. iSCSI); we might want > > to relax that a bit in the default policy - Alan, does this sound sane > > to you? > > > > Cheers, > > David > > > -- Kim Lux (Mr.) <lux@xxxxxxxxxxxxxxxxxxx>