Code: Select all
Unable to mount location
Can't mount file
also drives listed in fstab are no longer found in the Computer location (i.e. things such as nfs folders).
Code: Select all
Unable to mount location
Can't mount file
Well, according to the 2.22 upgrade guide, gnome-volume-manager is still needed, but for things like cameras. So might want to re-enable it. I re-emerged gnome-volume-manager with the "-automount" flag but the only thing that automounts now is usb sticks. CDs still do not automount and appear on the desktop. I get the "can't mount file" error. Oddly enough when I put in a blank cdr, it shows on the desktop, but data cds do not.juniper wrote:i'll try disabling gvm
I can't mount any device using that method either. However auto-mounting dose work to some degree, even though it is unpredictable and buggy at best. My internal CD (Optical Drives) drives get handled by Nautilus from what I can figure out. It also seems that the media inserted into them is handled differently every time I insert the same piece of media into the one of the drives. Sometimes the media mounted will show on the desktop and sometimes it won't, but it will still appear in the /media directory.Hav0c wrote:I get the same error!sargek wrote:I get the same error as you do when I click on the CD drive in the "Computer" location.
While I am using the gentoo-2.6.23-r8 kernel I don't seem to have this problem. So I am assuming any revision (-r*) of 2.6.23 is ok with the new version of udevEvaSDK wrote:it seems usb automount gets broken with recent udev and older kernels (less or equal to 2.6.23)
Code: Select all
mount /dev/cdromCode: Select all
--import-photosYou might try this as it works for me. Comment out anything in your /etc/fstab that points to your internal CD Drives like sosargek wrote:When I insert a CD, nothing happens, period, except for blank CDs showing on the desktop. When I click on the CD drive icon in "Computer", I get the "can't mount file" error. I can manually mount data CDs after I insert themCode: Select all
mount /dev/cdrom
Code: Select all
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda1 /boot ext2 noauto,noatime 1 2
/dev/sda3 / ext3 noatime 0 1
/dev/sda2 none swap sw 0 0
#/dev/hda /mnt/cdrom auto noauto,ro,user 0 0 <---commented out
#/dev/hdb /mnt/cdrw auto noauto,rw,user 0 0 <---commented out
/dev/fd0 /mnt/floppy auto noauto,user 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0
It works!OldTango wrote:You might try this as it works for me. Comment out anything in your /etc/fstab that points to your internal CD Drives like sosargek wrote:When I insert a CD, nothing happens, period, except for blank CDs showing on the desktop. When I click on the CD drive icon in "Computer", I get the "can't mount file" error. I can manually mount data CDs after I insert themCode: Select all
mount /dev/cdromAs much as I can determine at the moment, gnome-volume-manager is still handling all usb and firewire events and devices including external usb cd drives. However, Nautilus is now handling internal drives and files systems and doing a crappy job of it at the moment. Having these devices listed in your fstab seems to conflict with Nautilus. Preventing the media from mounting.Code: Select all
# <fs> <mountpoint> <type> <opts> <dump/pass> # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/sda1 /boot ext2 noauto,noatime 1 2 /dev/sda3 / ext3 noatime 0 1 /dev/sda2 none swap sw 0 0 #/dev/hda /mnt/cdrom auto noauto,ro,user 0 0 <---commented out #/dev/hdb /mnt/cdrw auto noauto,rw,user 0 0 <---commented out /dev/fd0 /mnt/floppy auto noauto,user 0 0 # NOTE: The next line is critical for boot! none /proc proc defaults 0 0
The draw back is that I am not sure you can manually mount any media in the devices from a terminal or command line should your DE crash without having first to re-enable them in your /etc/fstab. I haven't tested this condition yet.

Yeah, I was thinking the same thing about the fstab...now we have a system that won't mount cd's without the desktop. A fundamental piece of the system has been broken, at least in my opinion. I love Gnome - I sure hope they fix this soon, or at least have a plan in the works.Clad in Sky wrote:Doesnt work for me that well.
CDs automount quite well (the icon it shows was somewhat awkward for a CD drive, though), but I can't get my usb sticks to work properly.
If I didn't like Gnome I think I'd have switched by now to xfce or kde. But I still hope there's a solution around?
Any other ideas apart from commenting out fstab (what an idea!)
