Subject: Re: Just some obviously newbie questions....
To: sfalken <sfalkenx@hotmail.com>
From: Wayne Cuddy <wcuddy@crb-web.com>
List: netbsd-help
Date: 02/13/2002 23:53:39
On Wed, Feb 13, 2002 at 09:40:48AM -0800, sfalken wrote:
> Alright, got some basic newbie questions here, that I'll probably be flamed mercilessly for
> 
> 2) How do I mount my FAT32 partition? I took a look at FDISK, and the partition shows up fine, but I really don't see it when I run 'disklabel wd0'
>

You need to run mbrlabel as root to put an entries for non-bsd partitions into
the disklabel.  Then you can use mount_ext2fs to mount /dev/wd0X, where X is
some letter that you do not already have assigned.  See the manpage for
mbrlabel.