Subject: Re: Mounting MSDOS Hard Drive (what am I doing wrong?)
To: x3673) <rob@sun701.nadc.navy.mil ( Rob Ginn>
From: Ken Hornstein <kenh@entropic.com>
List: netbsd-users
Date: 10/29/1994 23:47:06
>Hi All,
>I have been trying to mount an MSDOS hard drive partition under
>NetBSD 1.0 (current).  I'm not having any luck at all.  Here is
>what I get:
>
>sun701-gw# mount -t msdos /dev/sd2e /mnt
>msdos: mount: Device not configured

This generally means that you didn't put MSDOSFS in the kernel, but of course
you say that below.  One question: did you do a "make clean" _before_ you
built a new kernel?  There are some files (kern/vfs_conf.c for one) that
have an #ifdef for MSDOS that might not have been rebuilt when you built a
new kernel.

--Ken