[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gnome volume manager does not automatically mount cdrom (Solved it)



Jaap Haitsma wrote:
I installed gnome-volume-manager and it mounts my memory stick automatically and also audio cd's are being played automatically when I insert an audio cd. Only data CD's do not get mounted automatically and also empty CD-R's do not startup the burner in nautilus.

Anybody knows how to fix this?

Jaap

I'm running Sid with the 2.6.5 kernel and have devfs disabled by passing devfs=nomount to the kernel

OK I solved this one.
It seems that gvm does not recognize soft links. I have a link from /dev/cdrom pointing to /dev/hdc
If I then have the following line in fstab
/dev/cdrom      /cdrom          udf,iso9660 noauto,user,ro 0      0
it doesn't work
If I change this to
/dev/hdc      /cdrom          udf,iso9660 noauto,user,ro 0      0
it does.



Reply to: