Date: Mon, 13 Jul 1998 00:07:35 -0400 (EDT) From: Spidey <beaupran@JSP.UMontreal.CA> To: "Robert C. Hill" <rchill@wf.quik.com> Cc: FBSD-Questions <freebsd-questions@FreeBSD.ORG> Subject: RE: FAT32 Partitions Message-ID: <Pine.BSF.3.96.980713000305.1792A-100000@outpost.nada.org> In-Reply-To: <000001bdae10$04ea0fc0$1439a8c0@barsoom.rchill.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980713000305.1792A-100000>