LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-15-2009, 03:52 PM   #1
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Rep: Reputation: 17
CentOS 5.3 Mount Issue


Hey guys, as you all know im a newbie to CentOS.
I Used To Run RH And To Mount My CDROM (Same computer so it should get the drivers)
Now
I used to just need to run this command
First off to get the eject device we run
Code:
eject -n
then get
Code:
eject: device is '/dev/hdc'
Then We Run
Code:
[root@localhost mnt]# mount /dev/hdc /mnt/cdrom
We were getting this error before when running that:
Code:
Error: no mount point found
So i created the directory now i get
Code:
mount: no medium found
Im not a computer god> ive used linux for a long time but never had this issue, then again ive never really used CentOS Till now,
So far i love centos this little issue is starting to ruin it though, any help would be great!
 
Old 09-15-2009, 04:09 PM   #2
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Anyone?
 
Old 09-15-2009, 04:10 PM   #3
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Anyone ?
 
Old 09-15-2009, 05:41 PM   #4
FragInHell
Member
 
Registered: Sep 2003
Location: Sydney Australia
Distribution: Redhat, Centos, Solaris, Ubuntu, SUSE
Posts: 282

Rep: Reputation: 45
normally

mount /dev/cdrom /mnt works for me.
 
Old 09-15-2009, 06:42 PM   #5
kapilbajpai88
Member
 
Registered: Jul 2008
Location: Bangalore, India
Distribution: RHEL
Posts: 235

Rep: Reputation: 41
Cool

Hi 29t88,

With RH, mount will work without any directory as we mount CD-ROM over /mnt itself. Not very sure about CentOS...

try:
a) mkdir /mnt/test
b) mount /dev/hdc /mnt/test
It should work for you, as it worked for me just now.

Rather than mounting CD-ROM everytime, why don't you make a permanent mount-point fro CD-ROM...by editing /etc/fstab

Cheers,
Kapil
 
Old 09-16-2009, 03:09 AM   #6
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Hmm thanx for these. i will test them shortly arnt in the presents of my linux box rite now.
 
Old 09-16-2009, 03:44 AM   #7
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by kapilbajpai88 View Post
Hi 29t88,



try:
a) mkdir /mnt/test
b) mount /dev/hdc /mnt/test
It should work for you, as it worked for me just now.
Thank you for this, but i still get this error
Code:
mount: no medium found
What does this mean?
 
Old 09-16-2009, 03:50 AM   #8
mobinskariya
Member
 
Registered: Sep 2007
Location: Kerala, India
Distribution: ubuntu 10.04
Posts: 367

Rep: Reputation: 55
as root
Code:
mount /dev/cdrom /mnt/
 
Old 09-16-2009, 03:56 AM   #9
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
@OP
Are you sure there is a disc in the cdrom drive?
 
Old 09-16-2009, 03:57 AM   #10
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Tried that, still getting the same old
mount: no medium found
 
Old 09-16-2009, 04:00 AM   #11
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Yes im sure> because i do not have an internet connection on this server and have it on 3 computer test network that my computers with internet are not connected to, i download packages (In This Case Webmin And Bind) And Mount a Cd Of Them, I just cant get it to work
 
Old 09-16-2009, 04:05 AM   #12
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
aright, ive done somthing different: Ran it as a different account (Not root) And it works Strange right?
 
Old 09-16-2009, 04:08 AM   #13
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Cancel that > I get:
Mount: block device is /dev/hdc is write protected, mounting read-only Witch is good so i thought it mounted but then i get
mount: you must specify the file system type

Could it be because i burned it with the windows burning wizard?
 
Old 09-16-2009, 02:00 PM   #14
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Anyone XD? I still need help
 
Old 09-16-2009, 02:01 PM   #15
29t88
Member
 
Registered: Jan 2009
Distribution: CentOS 5.3
Posts: 62

Original Poster
Rep: Reputation: 17
Quote:
Originally Posted by 29t88 View Post
Anyone XD? I still need help
WOOT its done Fixed it Lolz
 
  


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
.htaccess issue - CentOS JDMs14 Linux - Security 4 09-15-2009 04:20 PM
Trouble mounting ipod. Hal issue and mount point issue. okos Slackware 2 05-10-2009 11:51 PM
OpenBSD sound issue/mount issue JonathanCC *BSD 4 02-03-2009 11:52 PM
centos 5 boot issue extendedping Linux - Software 3 05-25-2007 06:41 PM
USB drive mount double mount issue pazzport Ubuntu 3 10-10-2005 08:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:13 PM.

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