LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   retarded desktop cdrom link (https://www.linuxquestions.org/questions/linux-software-2/retarded-desktop-cdrom-link-17811/)

burningodzilla 04-05-2002 01:26 PM

retarded desktop cdrom link
 
I'm running redhat 7.2 w/ KDE as my wm, and am having few problems...the goofiest (maybe i'm just lame =]) is this:

i had to manually install scsi emulation to burn cds w/ my acer atapi burner by editing modules.conf and lilo.conf. fine - now i can burn cds.

however if i try to access it via point and click desktop icon i get errors..like "error mounting block device. bad fs..blah blah". so i change the properties and set it from /dev/cdrom to /dev/scd0. same crap, however i can mount it from a terminal window FINE!
and after it's mounted then the icon opens up konqueror to browse just like normal!

also if i add a new cdrom device to the desktop via right-click and set it's properties to scd0, that works (i think..can't remember). If i delete the default icon it's ok for the session...till i reboot and there it is again! AND when i cahnge the one that's automatically there, when i reboot it is reset to /dev/cdrom!!

another note - i did some looking in /dev and see that /dev/cdrom is just a link to /dev/hdc, but it won't let me change the link destination even as root! i don't know if that'd slove it anyway.

Soo..after babbling, what i want is to be able to click on the cdrom icon and it work (aka open and mount the proper device - /dev/scd0 after emulatoin).

thanks

taz.devil 04-05-2002 02:19 PM

Try removing the /dev/cdrom symlink all together and then create a new one:

cd /dev
ln -s scd0 cdrom

It may be a case of one of those silly hardware inits changing things each time you boot, like kudzu. I don't know why it's even there. But that should point you to the scsi emulated drive.

burningodzilla 04-05-2002 02:32 PM

thanks i'll try that

burningodzilla 04-08-2002 08:35 AM

sorry - would've replied sooner but i don't have internet access at home now.

that didn't work - rebooted and the old /dev/cdrom link to /dev/hdc was still there. gotta be something before that...
does anyone else have this problem??

burningodzilla 04-10-2002 01:29 PM

is anybody out there?

Aussie 04-11-2002 08:16 PM

Create a new link -cdrw- with "ln -s /dev/scd0 cdrw" and add an entry for scd0 to /etc/fstab.


All times are GMT -5. The time now is 12:13 AM.