Subject: Re: How to mount ms-dos partitions?
To: Usuario Universo Online <danielh@uol.com.br>
From: Perry E. Metzger <perry@piermont.com>
List: port-i386
Date: 06/26/1997 21:33:28
Usuario Universo Online writes:
> I want to mount the msdos partition in the NetBSD so i can be able to
> read from the msdos partition.

As it stands right now, the "right way" to do this is to use
disklabel(8) to set one of your BSD partitions to point to the DOS
partition and to set the appropriate file type. You may then mount
that device as an msdosfs partition. see mount(8) and mount_msdos(8)
for more info on that.

Perry