Subject: Re: Mount cdrom drive?
To: Asterius Pandoras <asterius@airpost.net>
From: Pierre-Philipp W. Braun <ppwb@club-internet.fr>
List: netbsd-help
Date: 06/10/2004 11:51:18
Asterius,
> On Tue, Jun 08, 2004 at 03:38:44PM -0700, Asterius Pandoras wrote:
> > I'm trying to compile LTmodem driver, and before doing this discovered
> > that my usual mount -t iso9660 /dev/cdrom /home doesn't work with NetBSD.
> > Apperently cdrom is called other bad name in NetBsd. So, how one does it?
> > thanks in advance.
You may simply,
mkdir /mntcd
echo "/dev/cd0a /mntcd cd9660 rw,noauto 0 0" >> /etc/fstab
mount /mntcd
Have fun!
Pierre-Philipp