Subject: Re: Mounting DOS disks...?
To: None <mason@acheron.middleboro.ma.us>
From: Robert Kennedy <robert@Theory.Stanford.EDU>
List: netbsd-help
Date: 01/15/1999 15:59:17
> ac /# mount_msdos /dev/wd0c /mnt
> mount_msdos: mount: Device not configured
> ac /# mount_msdos /dev/wd0d /mnt
> mount_msdos: mount: Invalid argument

Try

mount_msdos /dev/wd0e /mnt

To learn that this was the right thing to do (if it is), you could
have looked at the in-core disklabel by typing

disklabel wd0

	-- Robert Kennedy