LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can not access cdrom (https://www.linuxquestions.org/questions/linux-software-2/can-not-access-cdrom-157262/)

sellsw1711 03-13-2004 05:35 PM

can not access cdrom
 
I installed slackware on my computer. I looked in the fstab for my cdrom. It is there, but I cannot access my cdrom. It is listed like /dev/cdrom /mnt/cdrom iso9660. Can anyone please help. I am coming from mandrake and was totally dependent. I am sure I am mounting the drive correctly. Pleas, someone give some good advice
Thanks
Steve

trickykid 03-13-2004 05:38 PM

umm at a terminal after inserting a cdrom..

mount /dev/cdrom

type eject to eject the cd or you can umount it first by:

umount /dev/cdrom

superbondbond 03-13-2004 05:40 PM

this is a very common "problem" when people start out with Slackware. By default, Slack sets up the fstab to allow only root to mount the CD and floppy drives. look in you fstab and you'll have a entry in the line for your cdrom that says "owner". You want to change that to "user" like this:
Code:

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

sellsw1711 03-13-2004 05:45 PM

I went ahead and did that. What should be my next step? Should it automatically start the cd when installed or what
thanks
Steve

sellsw1711 03-13-2004 05:55 PM

I cannot get it to mount. Does this in anyway have anything to do with mtab? I do not understand why it is being so difficult. Pleas help
Thanks,
Steve

mikshaw 03-13-2004 08:16 PM

You still need to manually mount the CD, unless you remove the "noauto" and insert the disk when you boot

sellsw1711 03-13-2004 08:19 PM

I got it to work, but now I installed aterm and cannot get it to run. Is there a particular command I need to invoke to get the thing to work?
Thanks,
Steve

mikshaw 03-13-2004 08:27 PM

Not sure what you mean by "the thing"....do you mean mounting your CD?
mount /dev/cdrom
or
mount /mnt/cdrom

either one should now work if you have added "user" in your current /etc/fstab


All times are GMT -5. The time now is 05:42 AM.