Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't mount CD installing from boot floppy
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
hd_strait3
n00b
n00b


Joined: 25 Sep 2002
Posts: 2

PostPosted: Wed Sep 25, 2002 11:50 pm    Post subject: Reply with quote

I can't get my cdrom to mount.

/# mount /dev/cdroms/cdrom0 /mnt/cdrom -o ro -t iso9660
mount: special device /dev/cdroms/cdrom0 does not exist

Any help would be appreciated
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Sep 25, 2002 11:53 pm    Post subject: Reply with quote

This question was originally posted to Installation from a boot floppy HOWTO.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Curious
Bodhisattva
Bodhisattva


Joined: 13 May 2002
Posts: 395
Location: Sydney, Australia

PostPosted: Thu Sep 26, 2002 12:29 am    Post subject: Reply with quote

hd_strait3 wrote:
/# mount /dev/cdroms/cdrom0 /mnt/cdrom -o ro -t iso9660
mount: special device /dev/cdroms/cdrom0 does not exist


In a pinch, you can try mounting the drive using its 'raw' name. Go through the output of dmesg
Code:
dmesg | less

And look for lines like:
Code:
hdb: CD-ROM 48X/AKU, ATAPI CD/DVD-ROM drive


Ok, that means that the cdrom is "hdb", so try:
Code:
mount -t iso9660 -o ro /dev/hdb /mnt/cdrom


I hope this helps!

-- Curious

EDIT: Fixed my horrible grammar. Well, hopefully.
_________________
Are you down with the Hawk?
Back to top
View user's profile Send private message
hd_strait3
n00b
n00b


Joined: 25 Sep 2002
Posts: 2

PostPosted: Thu Sep 26, 2002 1:46 am    Post subject: Reply with quote

Thanks

I'll give it a try
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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