Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Tag Cloud
access acer asus batch bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming gpu hard drive hardware hdmi internet laptop malware memory modem monitor motherboard network printer problem ram registry router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
Unable to access CD ROM

Reply  
Thread Tools
yyoung's Avatar
Junior Member with 1 posts.
 
Join Date: Oct 2008
Experience: Beginner
27-Oct-2008, 10:57 PM #1
Unable to access CD ROM
I am running Mandriva 9.0, and I am trying to upgrade. When I try to access the CD ROM, I receive the message, "Unable to enter file:/mnt/cdrom"

I have tried logging on as su and remounting with the following commands:

$ su -
password:admin
supermount i-disable
mount /mnt/cdrom

When I view the cdrom in File Manager file:/mnt the cdrom file has a lock on it. The ownership in the properties dialog box is User:root Group:root

Any other installation CD I put in works fine and this same CD that I am having trouble with, can be read when I put it in a Windows machine. The problem seems to be with this particular CD

Is this a permissions issue????

Y
lotuseclat79's Avatar
Distinguished Member with 21,345 posts.
 
Join Date: Sep 2003
Location: -71.45091, 42.27841
28-Oct-2008, 03:48 PM #2
Hi yyoung,

Welcome to TSG!

Mounting a drive requires several parameters, one of which is the mounting point (directory/folder) which associates the directory with the CD's file system, e.g. this is how I might mount my SATA hard disk drive Linux partition:
# mount -v -t ext3 /dev/sxxx /tmp/sxxx
where sxxx correspond to the device name of the particular partition that is output on the command: sudo fdisk -l

After issuing the above mount command successfully, I would then be able to see the contents of the directory at the mount point by issuing the command(s):
# cd /tmp/sxxx
and then
# ls
to get a directory listing of the hard disk at the mounting point.

This requires that you issue the following command as root:
# mkdir /tmp/sxxx
before issuing the mount command.

For mounting the CD drive - there are two on my system, /dev/cdrom and /dev/cdrom1, and /dev/scd0 and /dev/scd1 (Note: which one is used below).
I might have to issue the command if no automatic lauch for CDs is active:
# mount -v /dev/scd0 /mnt/cdrom1

It looks like to me, you should check out the mount point directory where your mount command will associate with the CD - and assure yourself that it exists first before issuing the mount command.

Also, read the man page for the mount command by issuing the command:
$ man mount

-- Tom
__________________
The independence created by philosophical insight is - in my opinion - the mark of distinction
between a mere artisan or specialist and a real seeker after truth. - Einstein 1944
Imagination is more important than knowledge. - Einstein
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:38 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.