Subject: Re: cdrom & floppy :: problems on mounting
To: =?ISO-8859-1?Q?Jo=E3o_Luiz_de_Brito_Maca=EDba?= <macaiba@nc-rj.rnp.br>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 01/07/2003 11:46:20
On Tue, 7 Jan 2003, [ISO-8859-1] Jo=E3o Luiz de Brito Maca=EDba wrote:

> # mount -t cd9660 -o ro /dev/cd0a /mnt/cdrom
> mount: mount_cd9660 not found for /mnt/cdrom

This means the "mount_cd9660" executable doesn't exist (ENOENT) under
/usr/sbin and /sbin. (I just read this in the code at
src/sbin/mount/mount.c.)

It should be at /sbin/mount_cd9660.

   Jeremy C. Reed
   http://bsd.reedmedia.net/