Subject: Re: My NetBSD desappear from my i386 machine
To: Richard PLOIX <richard.ploix@fr.adp.com>
From: Reinoud Koornstra <Reinoud.Koornstra@ibbnet.org>
List: port-i386
Date: 12/21/1999 16:58:05
> The second problem is :
> >> how to mount the D:, E:, F:, G:, (logical disque in msdos language), and
> >> eventualy how to view the extend msdos partition?
> >
Okay, say your msdos partition are on you first harddisk (and ide).
Then type: mbrlabel wd0
After that you'll type disklabel wd0
Then you'll get an overview of what partitions you can mount.

Mount them with mount -t msdos /dev/wd0e /dosd
Where wd0e is a logical partition and the dir where it is mounted to is
dosd.
Bye,

Reinoud.