Subject: Re: Whats the Dev name...
To: None <alfblack@yahoo.com>
From: Chris Wareham <chris.wareham@iosystems.co.uk>
List: netbsd-help
Date: 05/29/2002 14:39:27
Alfredo Estuar wrote:
> 
> What's the dev name of my cdrom?
> 
> Primary Master on 2nd IDE channel.
> 
> I tried the command
> mount -t cd9660 -r /dev/cdrom /cdrom 
> as according to the man pages of NetBSD 1.5.2
> 
> No luck..
> 

Check the output of dmesg:

   dmesg | more

This should include a line about your cdrom and its device
file. Then you could create a symbolic link to /dev/cdrom
if you want to:

   ln -s /dev/cd0a /dev/cdrom

Chris

-- 
chris.wareham@iosystems.co.uk (work)
cwareham@btinternet.com (home)