Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SOLVED dmesg showing cd but can't mount
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
mcrae
n00b
n00b


Joined: 07 May 2006
Posts: 21
Location: Brunswick, ga

PostPosted: Wed May 17, 2006 1:09 pm    Post subject: SOLVED dmesg showing cd but can't mount Reply with quote

dmesg reports cdrom as hdc.

ls -l /dev/hdc shows:
brw-rw---- 1 root cdrom 22 0 May 16 17:23 /dev/hdc

fstab is currently:
/dev/hdc /mnt/cdrom auto noauto,user 00

When I issue the command mount /mnt/cdrom it states that the file doesn't exist.

should I have set up a mount point directory for the cd-rom?

Thanks,

McRae


Last edited by mcrae on Thu May 18, 2006 2:35 pm; edited 1 time in total
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Wed May 17, 2006 1:12 pm    Post subject: Reply with quote

Yeah, you need to have an actual directory in /mnt
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
mcrae
n00b
n00b


Joined: 07 May 2006
Posts: 21
Location: Brunswick, ga

PostPosted: Wed May 17, 2006 1:32 pm    Post subject: Reply with quote

thank you,

I hate to say this but I'm not clear how to set these mount points. I was able to do it for
/ and boot because of the example in the hand book. Could you suggest how to set up that directory? Or maybe a source to learn it? I've read the mount man and some other sources but either it hasn't sunk in or i might need some remedial help:)

McRae
Back to top
View user's profile Send private message
mirojira
l33t
l33t


Joined: 18 Feb 2006
Posts: 685

PostPosted: Wed May 17, 2006 2:33 pm    Post subject: Re: dmesg showing cd but can't mount Reply with quote

mcrae wrote:
dmesg reports cdrom as hdc.

ls -l /dev/hdc shows:
brw-rw---- 1 root cdrom 22 0 May 16 17:23 /dev/hdc

fstab is currently:
/dev/hdc /mnt/cdrom auto noauto,user 00


For fstab try to use this:
Code:
/dev/cdrom              /mnt/cdrom     iso9660     users,noauto         0 0
Back to top
View user's profile Send private message
mcrae
n00b
n00b


Joined: 07 May 2006
Posts: 21
Location: Brunswick, ga

PostPosted: Wed May 17, 2006 3:13 pm    Post subject: Reply with quote

OK,
I'll give that a try when I get home from work. Can't do it now.
I'm still concerned about the directory in /mnt and I'm not sure of
the syntax for setting that up.
If I remember correctly I set the mount point for /boot on /mnt/gentoo . Do I do it in a
similar way for the cdrom?

Thanks again,
McRae
Back to top
View user's profile Send private message
Paapaa
l33t
l33t


Joined: 14 Aug 2005
Posts: 955
Location: Finland

PostPosted: Wed May 17, 2006 3:16 pm    Post subject: Reply with quote

mcrae wrote:
Could you suggest how to set up that directory?


You have to have a directory called /mnt/cdrom/. So type "ls /mnt". If you don't see the directory "cdrom" there do this:

Code:
cd /mnt
sudo mkdir cdrom
Back to top
View user's profile Send private message
mcrae
n00b
n00b


Joined: 07 May 2006
Posts: 21
Location: Brunswick, ga

PostPosted: Wed May 17, 2006 3:28 pm    Post subject: Reply with quote

Paapaa,

Thank you. Simple enough when you know what to do:)
I'll set it up once I'm home and will put solved when it's done.

Thanks for all the help folks,
McRae
Back to top
View user's profile Send private message
mcrae
n00b
n00b


Joined: 07 May 2006
Posts: 21
Location: Brunswick, ga

PostPosted: Thu May 18, 2006 2:33 pm    Post subject: Solved Reply with quote

Thanks Paapaa

That was it. Just needed to make the directory.

Thanks Again,
McRae
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum