Subject: Re: How?
To: None <danielh@uol.com.br>
From: Brian Stark <bstark@empros.com>
List: port-i386
Date: 06/26/1997 14:24:06
On Thu, 26 Jun 1997 danielh@uol.com.br wrote:

> 	Hello people from Netbsd,
> 
> 	How can I mount a ms-dos partition in the netbsd operating system 
> without scrambling the current BSD partitions?
> 

As root:

  mount -type msdos device_name mount_point

Here's how I mount a MS-DOS drive on my system:

  mount -type msdos /dev/wd1e /seagate

See the man page for the mount command and for the /etc/fstab file as well.

Good luck!


Brian 

-------------------------------------------------------------------------
| Brian Stark                       | Internet : bstark@siemens-psc.com |
| Siemens Energy & Automation, Inc. |          : bstark@empros.com      |
| Power Systems Control Division    |                                   |
| 7225 Northland Drive              | Voice    : +1 612 536-4697        |
| Brooklyn Park, MN 55428   USA     | Fax      : +1 612 536-4919        |
-------------------------------------------------------------------------