Subject: Re: mounting fat32 partitions
To: David Keith <dkeith@devo.sfasu.edu>
From: Joel Reicher <joel@aaii.oz.au>
List: netbsd-help
Date: 01/14/1998 17:54:30
Your msdos partition is probably not /dev/wd0a. Do a disklabel wd0 to
read what NetBSD thinks is on the disk (even though there may not be a
disklabel, NetBSD will show something) and then mount that.
My guess is it'll be /dev/wd0e.
- Joel Reicher
On Wed, 14 Jan 1998, David Keith wrote:
> I cannot figure out how to mount my win95 fat32 partitions on my first IDE
> drive (wd0). When I try mount_msdos /dev/wd0a /mnt/win95/c I get
>
> mount_msdos: mount: Device not configured.
>
> I do however have msdosfs compiled into the kernel and although the
> release notes say NetBSD 1.3 supports fat32, I get the same message as
> with 1.2.1. This supposed support is one of the reasons I installed the
> new version. Anyways, can someone list the correct options I need in the
> kernel config file and the correct command to mount the partitions.
> (Btw, the NetBSD 1.3 is on wd1)
>
> Thanks for the help.
>
> David
>
>