From owner-freebsd-questions Mon Jul 13 07:30:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07593 for freebsd-questions-outgoing; Mon, 13 Jul 1998 07:30:08 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA07527 for ; Mon, 13 Jul 1998 07:30:03 -0700 (PDT) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.8/8.8.8) id JAA22582; Mon, 13 Jul 1998 09:29:57 -0500 (CDT) Date: Mon, 13 Jul 1998 09:29:57 -0500 (CDT) From: Mark Tinguely Message-Id: <199807131429.JAA22582@plains.NoDak.edu> To: beaupran@JSP.UMontreal.CA, rchill@wf.quik.com Subject: RE: FAT32 Partitions Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > My current setup is dual drive with Win95 (FAT16) on the first drive, and > FBSD on the second hard drive. I have been quite awhile since I've done it; > how do you mount the first drive? I assume your FAT16 is on the first partition on your first drive, and you are using IDE drives, then: # mkdir /dos # only if needed mount -t msdos /dev/wd0s1 /dos or add the following line to your /etc/fstab (if you want to mount the filesystem automatically on system boots): /dev/w0s1 /dos msdos rw 0 0 to avoid rebooting and mount right away: mount /dos --mark. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message