LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Problem mounting CDRW. (https://www.linuxquestions.org/questions/slackware-14/problem-mounting-cdrw-72043/)

puntme 07-11-2003 10:48 PM

Problem mounting CDRW.
 
/dev/cdrom doesn't work anymore, I think I messed it up when I tried to do the LILO thing (make it look like a SCSI drive)

I've been trying to make it work again, using the command that came in the Email when you first install:

ln - sf scd0 cdrom

but it gives me an error:
ln: when making multiple links, last argument must be a directory

I took out the LILO thing, so it should be back to normal, but I just cant make it work.

What is the standard CD name? because I've been trying /dev/ide0 and stuff like that, and I cant remember the original name. :( Is it like /dev/hdc0? Or what?

Thanks for the help.

DrOzz 07-11-2003 10:57 PM

if it is the secondary master it will be /dev/hdc
run something like sfdisk -l or fdisk -l or maybe even
cat /var/log/dmesg |grep hd[a-d]
just to see what device your cdrom is..
all commands have to be run as root.
and the (s)fdisk commands are located in the /sbin folder.

puntme 07-11-2003 11:05 PM

Hey it was /HDC.

Thanks! Christ I'm stupid. :rolleyes:

puntme 07-11-2003 11:42 PM

Ah crap, how do I make it so all accounts can read /dev/cdrom?

Azmeen 07-12-2003 01:10 AM

Quote:

Originally posted by puntme
Ah crap, how do I make it so all accounts can read /dev/cdrom?
edit your /etc/fstab file...

Sample entry for making CDROM readable by all:

Code:

/dev/scd0        /mnt/cdrom      iso9660    noauto,user,ro  0  0

XPediTioN 07-12-2003 06:36 PM

How do I read what's inside a CD-ROM or CD-RW

puntme 07-12-2003 06:47 PM

Ah, I got it to work, thanks.

XPediTioN: If you're using KDE just make a shortcut on the desktop that points to /dev/cdrom


All times are GMT -5. The time now is 11:40 PM.