From owner-freebsd-questions@FreeBSD.ORG Thu Mar 9 02:55:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CC0F16A420 for ; Thu, 9 Mar 2006 02:55:29 +0000 (GMT) (envelope-from andrew.spott@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B404343D4C for ; Thu, 9 Mar 2006 02:55:28 +0000 (GMT) (envelope-from andrew.spott@gmail.com) Received: by uproxy.gmail.com with SMTP id u40so171897ugc for ; Wed, 08 Mar 2006 18:55:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TVv/LwpzFo0RIGgyQb6U4ILM2wlwD58Sa+2BrtXeWWMQiu0/UFitAeG9Ja8hFQb1m7igmeZPL9uA24RS73avfTdmuJDLpPonmi1uPEGgOR5gW8NGuP0cRWUAXLpYpPTSRVdq1cCBaJtTjVj0viTpKd42G+Ejk+96fKscBjmDSWc= Received: by 10.66.245.7 with SMTP id s7mr857177ugh; Wed, 08 Mar 2006 18:55:26 -0800 (PST) Received: by 10.66.244.6 with HTTP; Wed, 8 Mar 2006 18:55:26 -0800 (PST) Message-ID: <4ef61ea20603081855s646f6eb4y7371193c7434404f@mail.gmail.com> Date: Wed, 8 Mar 2006 18:55:26 -0800 From: "Andrew Spott" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: making a vfat file system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 02:55:29 -0000 I'd like to make a vfat filesystem out of a external hdd I just bought. However, I can't seem to figure out how to do it. I odn't know what port to install to get the mkfs.vfat program. any ideas? -Andrew