[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mounting CD-ROM (new user problem)



mount -t cd9660 -r /dev/cd0a /mnt/cdrom 
is the example from man mount.  but you also need to check your dmesg
to make sure you're pointing to the device correctly.  you're trying
to mount the cdrom in a directory under /mnt, so make sure you've
actually created the cdrom directory(/mnt/cdrom/).  also, you have to
be root to mount so you can either use su or sudo to get root and then
issue your mount command.  i hope this helps.

james

On Mon, 18 Feb 2002 22:17:28 +0100
Kaido <kaido@centrum.cz> wrote:

> Hi,
> 
>    I´m new user of OpenBSD and I´d like to know how to mount CD-ROm
and 
> also where to see file on CD? Stupid questinos? :-)
>    I tried mount -t cd9660 -r /dev/cd0a /mnt/cdrom, but it didn´t. 
> Please, let me know abou that.
> 
> Thanks a lot!
> 
> Kaido