Subject: RE: what am I doing wrong
To: None <netbsd-help@netbsd.org>
From: Wayne Burgess <wburgess@fun.org.uk>
List: netbsd-help
Date: 01/03/2000 23:35:38
>
> Thank you, the mounting of my floppy worked - what is the "a" for.

the "a" (in /dev/fd0a) specifies the "a" partition of the disk.

> I am still having problems with the dos partition, below is the readout of
> my disklabel wd0
>
>
>
> >           #        size   offset    fstype   [fsize bsize   cpg]
> >             a:   305424  2050272      4.2BSD     1024  8192    16   #
> (Cyl.
> > 2034 - 2336)
> >             b:   526176  2355696        swap                        #
> (Cyl.
> > 2337 - 2858)
> >             c:  1843632  2050272      unused        0     0         #
> (Cyl.
> > 2034 - 3862)
> >             d:  4124736        0      unused        0     0         #
> (Cyl.
> > 0 - 4091)
> >             e:  1012032  2881872      4.2BSD     1024  8192    16   #
> (Cyl.
> > 2859 - 3862)
> > 		f:  2050209		63      MSDOS
> > # (Cyl.    0*- 2033)
>


when you do

mount -t msdos /dev/wd0f /mnt

what does it say?

I get:- mount_msdos: mount: Invalid argument

wayne

BTW

I can now mount my cd's thank you