Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't mount cdrom
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
zivilverteidigung
n00b
n00b


Joined: 23 Oct 2005
Posts: 15
Location: Seligenstadt/Germany

PostPosted: Wed Oct 26, 2005 10:38 am    Post subject: can't mount cdrom Reply with quote

Hello

Yesterday I did a new Gentoo stage1 install. Everything seemed to work, but now discovered i can't access the cdrom drive. I tried
Code:
mount /dev/cdroms/cdrom0 /mnt/cdrom
but it says
Quote:
mount: special device /mnt/cdrom/cdrom0 does not exist

It's an ordinary IDE-device.
I made a costum kernel (gentoo-sources 2.6.13-r3 (x86)) with
Code:
genkernel --menuconfig all

Is there the possibility that I have deactivated some kernel-features that are needed for the cdrom to work? If yes, which?

my /etc/fstab is

Code:

/dev/sda2   /boot            ext2      defaults,noatime   1 2
/dev/sda3   none            swap      sw                       0 0
/dev/sda4   /                  reiserfs  noatime               0 1

none           /proc           proc       defaults               0 0
none           /dev/shm     tmpfs    nodev,nosuid,noexec 0 0

/dev/cdroms/cdrom0    /mnt/cdrom    auto   noauto,user    0 0


Is it important how much space is between the words or could i just write the file down with the words seperated only by one spacebar hit?
Back to top
View user's profile Send private message
durian
Guru
Guru


Joined: 16 Jul 2003
Posts: 312
Location: Rörums Holma

PostPosted: Wed Oct 26, 2005 10:52 am    Post subject: Re: can't mount cdrom Reply with quote

zivilverteidigung wrote:
Hello

Yesterday I did a new Gentoo stage1 install. Everything seemed to work, but now discovered i can't access the cdrom drive. I tried
Code:
mount /dev/cdroms/cdrom0 /mnt/cdrom
but it says
Quote:
mount: special device /mnt/cdrom/cdrom0 does not exist

It's an ordinary IDE-device.


If it is a normal IDE device, it is probably /dev/hdb (or c, or d). Try mounting that instead of /dev/cdroms/cdrom0.
Look in the bootlog (give the command "dmesg") to see what device the CD Rom player is.

-peter
Back to top
View user's profile Send private message
zivilverteidigung
n00b
n00b


Joined: 23 Oct 2005
Posts: 15
Location: Seligenstadt/Germany

PostPosted: Wed Oct 26, 2005 11:26 am    Post subject: Reply with quote

Thank you. Yes you're right. It is hda since i use only sata drives.
But i still wonder why it's sometimes cdrom0 and sometimes hda on the same system.[/code]
Back to top
View user's profile Send private message
durian
Guru
Guru


Joined: 16 Jul 2003
Posts: 312
Location: Rörums Holma

PostPosted: Wed Oct 26, 2005 11:42 am    Post subject: Reply with quote

zivilverteidigung wrote:
Thank you. Yes you're right. It is hda since i use only sata drives.
But i still wonder why it's sometimes cdrom0 and sometimes hda on the same system.[/code]


Does it work now?

isn't the /dev/cdroms/cdrom0 just a link to /dev/hda or whatever the CD ROm is?

-peter
Back to top
View user's profile Send private message
zivilverteidigung
n00b
n00b


Joined: 23 Oct 2005
Posts: 15
Location: Seligenstadt/Germany

PostPosted: Wed Oct 26, 2005 12:02 pm    Post subject: Reply with quote

Yes it does...I'm at the moment installing KDE from the package-cd
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