Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't mount CD/DVD drive...
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
bfloeagle
Tux's lil' helper
Tux's lil' helper


Joined: 02 May 2003
Posts: 82

PostPosted: Wed Mar 15, 2006 12:09 am    Post subject: Can't mount CD/DVD drive... Reply with quote

I haven't used my cdrom since I installed Gentoo over two years ago so this may have been fixed a long time ago but searching the forums has gotten me nowhere...

Now, the kernel finds the drive...
Code:

Mar 14 13:25:26 Voyager Probing IDE interface ide1...
Mar 14 13:25:26 Voyager hdc: QSI CD-RW/DVD-ROM SBW-242, ATAPI CD/DVD-ROM drive
Mar 14 13:25:26 Voyager ide1 at 0x170-0x177,0x376 on irq 15


When I try to mount /mnt/cdrom, I get...
Code:

Voyager mnt # mount /mnt/cdrom/ /dev/cdroms/cd0
mount: mount point /dev/cdroms/cd0 does not exist


But from what I can tell, that naming scheme is long gone since the changes with UDev... So I try this...
Code:

Voyager mnt # mount /mnt/cdrom/ /dev/hdc/
mount: mount point /dev/hdc/ does not exist


I checked out /dev and neither the cdroms directory nor hdc were present... That probably explains the above. I tried the following...
Code:

Voyager dev # mknod /dev/hdc b 97 0


And got this...
Code:

Voyager mnt # mount /mnt/cdrom/ /dev/hdc
mount: /mnt/cdrom/ is not a block device


I did walk through all the instructions on this page and everything has been installed per the instructions...
http://www.gentoo.org/doc/en/udev-guide.xml

The "/dev Filesystem Support" has already been removed from my kernel but I don't think that makes anything different. I am running ck-sources-2.6.15-ck3-r1 and I've emerged the latest baselayout (1.12.0_pre16-r3)... To the best of my knowledge, it has been a very long time since I have ever had KDE put a cd icon on my desktop. I don't ever remember any media (cd, cdrw, dvd) automounting...

Has anyone else ran into this problem? Does it make a difference that this ia a cdrw/dvd drive instead of just a cdrom???

Andy
Back to top
View user's profile Send private message
maxima
Apprentice
Apprentice


Joined: 01 Oct 2004
Posts: 150

PostPosted: Wed Mar 15, 2006 12:12 am    Post subject: Reply with quote

Shouldn't it be
Code:
% mount /dev/hdc /mnt/cdrom
Back to top
View user's profile Send private message
bfloeagle
Tux's lil' helper
Tux's lil' helper


Joined: 02 May 2003
Posts: 82

PostPosted: Wed Mar 15, 2006 12:17 am    Post subject: Reply with quote

Code:

Voyager / # mount /mnt/cdrom /dev/hdc
mount: /mnt/cdrom is not a block device


I think so but it still gave me the same result... :(
Back to top
View user's profile Send private message
maxima
Apprentice
Apprentice


Joined: 01 Oct 2004
Posts: 150

PostPosted: Wed Mar 15, 2006 12:21 am    Post subject: Reply with quote

err if you read my post correctly the order is different
Code:
# mount /dev/hdc /mnt/cdrom

not
Code:
# mount /mnt/cdrom /dev/hdc
Back to top
View user's profile Send private message
bfloeagle
Tux's lil' helper
Tux's lil' helper


Joined: 02 May 2003
Posts: 82

PostPosted: Wed Mar 15, 2006 12:27 am    Post subject: Reply with quote

8O Opps...

Code:

Voyager / # mount /dev/hdc /mnt/cdrom
mount: /dev/hdc is not a valid block device


Still no dice... :cry:
Back to top
View user's profile Send private message
maxima
Apprentice
Apprentice


Joined: 01 Oct 2004
Posts: 150

PostPosted: Wed Mar 15, 2006 12:38 am    Post subject: Reply with quote

You're missing device node, maybe this thread will help you https://forums.gentoo.org/viewtopic-t-443092-highlight-dev+hdc.html.
Back to top
View user's profile Send private message
bfloeagle
Tux's lil' helper
Tux's lil' helper


Joined: 02 May 2003
Posts: 82

PostPosted: Wed Mar 15, 2006 1:09 am    Post subject: Reply with quote

The post in that post had the solution... I was missing ide cdrom support in my kernel. It works now... Thanks for the direction! :D
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