cdrom not mounting - can't play anythingForum: Multimedia Topic: cdrom not mounting - can't play anything started by: Churchill Posted by Churchill on Feb. 05 2006,17:17
I have been able to get my cdrom drive to mount and use files on CD before, but it is not working now. I tried to mount it in emelfm (this worked before) - but now it freezes, and I can't get the CD out of the drive. It has been this way off and on for a while now (even before I installed DSL). What to do?
Posted by gammaburst on Feb. 27 2006,19:37
I've put those two aliases in $HOME/.bashrcalias cdout='sudo eject -r' alias cdin='sudo eject -t; sudo mount /dev/cdrom /mnt/cdrom' After doing source .bashrc i can close the tray and mount the cd by typing cdin. Of course you can elect to just type in a terminal: sudo mount /dev/cdrom /mnt/cdrom to mount the CD and sudo umount /mnt/cdrom to unmount it and be able to remove it. |