From owner-freebsd-questions Mon Aug 16 7:16:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vax1.baker.ie (VAX1.baker.IE [194.125.50.91]) by hub.freebsd.org (Postfix) with SMTP id 641471512C for ; Mon, 16 Aug 1999 07:16:15 -0700 (PDT) (envelope-from cillian@baker.ie) Received: from baker.ie ([194.125.50.55]) by vax1.baker.ie with ESMTP; Mon, 16 Aug 1999 15:20:08 +0100 Message-ID: <37B819A9.230F6B86@baker.ie> Date: Mon, 16 Aug 1999 15:01:13 +0100 From: Cillian Sharkey X-Mailer: Mozilla 4.6 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: dadsip@iname.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: (No Subject) References: <990816092929HH.20878@weba1.iname.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Hi, I am a new comer of this mailing lists. I want to ask how > to mount vfat (partition C) to FreeeBSD at partition D and how > to mount disk drive (vfat) a to FreeBSD. thank you ! not quite sure what you're asking here, but as for mounting a vfat partition under FreeBSD, one would normally do something like: mount -t msdos /dev/wd0s1 /mnt/dos which would mount the 1st slice on your first IDE disk under the directory /mnt/dos Regards, - Cillian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message