From owner-freebsd-questions Sun Jul 12 21:05:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04286 for freebsd-questions-outgoing; Sun, 12 Jul 1998 21:05:56 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04279 for ; Sun, 12 Jul 1998 21:05:54 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id AAA28229; Mon, 13 Jul 1998 00:05:50 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.45.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id AAA23610; Mon, 13 Jul 1998 00:06:08 -0400 Date: Mon, 13 Jul 1998 00:07:35 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org To: "Robert C. Hill" cc: FBSD-Questions Subject: RE: FAT32 Partitions In-Reply-To: <000001bdae10$04ea0fc0$1439a8c0@barsoom.rchill.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 12 Jul 1998, Robert C. Hill wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > 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? Depends... I think your first drive should be /dev/wd0 and the second (the one with FBSD) should be /dev/wd1. Check /etc/fstab for more details about what devices are mounted at startup. Try (as root) mount -t msdos /dev/wd0 /dos (or whatever dir you want, it should be made with mkdir before however). If it works, you can add this line to /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/wd0 /dos msdos rw 0 0 See man mount, and man fstab for details... > > - ----------------------- > Robert C. Hill > PGP Public Key: > http://www.wf.quik.com/rchill/pers/rchill.asc > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Spidey > > Sent: Sunday, July 12, 1998 07:00 > > To: Luke Snelgar > > Cc: freebsd-questions@freebsd.org > > Subject: Re: FAT32 Partitions > > > > > > Unfortunatly, FreeBSD does not currently support FAT32, but CAN mount > > FAT16 dos drives and floppies. > > > > How is Win98? Does it s**k as hard as Win95? > > > > > > Spidey > > > > > -----BEGIN PGP SIGNATURE----- > Version: PGP for Personal Privacy 5.0 > Charset: noconv > > iQA/AwUBNalHNowZoewERLg1EQKgVgCePAn87/ysrAgkPZqP2BPdTGTK98AAn00L > CUyjlayRUkWgCVrc7+ENhgx2 > =fx+i > -----END PGP SIGNATURE----- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Spidey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message