Subject: Re: Mounting an MSDOS File System using mount(...) API
To: None <netbsd-help@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 10/18/2001 19:57:33
In article <81.11afe5f0.290086ab@aol.com>,  <Bbmillerr@aol.com> wrote:
>I cannot seem to find any documentation on how to mount an MSDOS file system 
>using the mount(...) and unmount(...) API's.  Does anyone know where I can 
>find some C/C++ programming examples on doing this?

Look in /usr/src/sbin/mount_msdos/mount_msdos.c

christos