LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-18-2007, 02:45 PM   #1
BootLaptop
LQ Newbie
 
Registered: May 2007
Posts: 27

Rep: Reputation: 15
Can't see cdroom Fedora Core 6 says "mount point does not exist?


Hello
I installed Fedora Core 6 and Fedora shows "OK" to everything when I boot up. I want to install Oracle's 3 CD's that I downloaded to run on Fedora Core 6. First I issued the command:

mount /dev/VolGroup00/LogVol /mnt/cdrom

and the system responded "directory does not exist".

To find out what my optical drive is called, I typed in on the console:

eject -n

and the system responded device is "/dev/hdc".

So then I typed:

mount /dev/hdc /mnt/hdc

but the system responded stating "mount point does not exist".

The question is:

How do I access my cdrom drive?
 
Old 06-18-2007, 02:51 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
In your first command you try to mount a nonexistent Logical Volume to the mount point that does exist so it failed.

In the second command you try to mount the correct device but to a non-existent mount point.

Your command should be something like:

mount /dev/hdc /mnt/cdrom

The /mnt/cdrom should be an empty directory before you try the mount.

Your other command using /mnt/hdc would have worked if you had first done:

mkdir /mnt/hdc

to make the mount point.

Restated: A "mount point" is just an empty directory UNTIL you mount the device on it. It must exist before you attempt the mount. (Assuming of course you're not using automount but that's another story.)
 
Old 06-18-2007, 03:08 PM   #3
rsreekumar
LQ Newbie
 
Registered: Jun 2007
Posts: 2

Rep: Reputation: 0
Try this

Hi,

First of all u just try
mount -a
the fire the comand "mount"
then see the output of the above from it u can see where cdrom is mounted even from there if u are not able to see the mount point of cdrom.
Then fire the command
mount /dev/cdrom /media/cdrom
It will work and u acn acces ur cdrom from /media/cdrom.

Regards,
Shrikumar
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mount point /mnt/cdrom does not exist. njbrain Linux - General 4 02-13-2007 07:01 PM
Fstab - "mount point does not exist" wahming Linux - Newbie 2 02-05-2007 03:34 AM
mount error: mount point /home/me/x does not exist whil Fedora 3 05-24-2006 10:39 AM
mount point swap does not exist chuchII Linux - Software 6 09-23-2004 12:00 PM
Cannot install fedora core 1 or core 2: Initial setup crashes: "Unable to mount root" ovelasco Linux - Newbie 10 07-15-2004 07:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration