I'm using Ubuntu Server 10.04 as the base and running Fluxbox as the GUI. Everything seems to work normally except automounting of the CD and DVD drives which are sr0 and sr1. USB flash drives are automatically mounted and unmounted, but not the optical drives. I can mount by typing:
That works very well, but if the CD is removed or the drawer is opened and closed, it will not allow unmounting. In that case it reports that the device is in use.
I've looked at /usr/sbin/hald, and /etc/rc.local but can't find anything relevant. I've installed pmount and libpmount0.0 without any effect. Autofs supposedly runs in kernel space, so perhaps CD automount support is not compiled into 2.6.32-22-generic-pae. I don't know. It seems most telling that USB will automount and IDE will not.
All suggestions welcome.
Code:
sudo mount -t iso9660 /dev/sr0 /media/cd
I've looked at /usr/sbin/hald, and /etc/rc.local but can't find anything relevant. I've installed pmount and libpmount0.0 without any effect. Autofs supposedly runs in kernel space, so perhaps CD automount support is not compiled into 2.6.32-22-generic-pae. I don't know. It seems most telling that USB will automount and IDE will not.
All suggestions welcome.
Comment