[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mounting CD-ROM (new user problem)
On Mon, Feb 18, 2002 at 10:17:28PM +0100, Kaido 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
1. Become root.
2. mkdir /cdrom
3. mount /dev/cd0a /cdrom
4. cd /cdrom
5. ... do stuff ...
6. umount /cdrom