View previous topic :: View next topic |
Author |
Message |
zivilverteidigung n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Oct 2005 Posts: 15 Location: Seligenstadt/Germany
|
Posted: Wed Oct 26, 2005 10:38 am Post subject: can't mount cdrom |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
durian Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/718934071412ae6c4c9966.jpg)
Joined: 16 Jul 2003 Posts: 312 Location: Rörums Holma
|
Posted: Wed Oct 26, 2005 10:52 am Post subject: Re: can't mount cdrom |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
zivilverteidigung n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Oct 2005 Posts: 15 Location: Seligenstadt/Germany
|
Posted: Wed Oct 26, 2005 11:26 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
durian Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/718934071412ae6c4c9966.jpg)
Joined: 16 Jul 2003 Posts: 312 Location: Rörums Holma
|
Posted: Wed Oct 26, 2005 11:42 am Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
zivilverteidigung n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 Oct 2005 Posts: 15 Location: Seligenstadt/Germany
|
Posted: Wed Oct 26, 2005 12:02 pm Post subject: |
|
|
Yes it does...I'm at the moment installing KDE from the package-cd |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|