From owner-freebsd-questions@FreeBSD.ORG Thu Mar 9 09:38:34 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 448BC16A420 for ; Thu, 9 Mar 2006 09:38:34 +0000 (GMT) (envelope-from anton@kaltengpos.com) Received: from mail.radartarakan.com (251.subnet214.astinet.telkom.net.id [203.130.214.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06C9D43D49 for ; Thu, 9 Mar 2006 09:38:28 +0000 (GMT) (envelope-from anton@kaltengpos.com) Received: from WorldClient by radartarakan.com (MDaemon.PRO.v7.2.0.R) with ESMTP id md50000018780.msg for ; Thu, 09 Mar 2006 17:45:29 +0800 Received: from [203.130.214.252] via WorldClient with HTTP; Thu, 09 Mar 2006 17:45:26 +0800 Date: Thu, 09 Mar 2006 17:45:26 +0800 From: "Antony M Rasat" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Message-ID: X-Mailer: WorldClient 7.2.0 X-Authenticated-Sender: anton@kaltengpos.com X-Spam-Processed: radartarakan.com, Thu, 09 Mar 2006 17:45:29 +0800 (not processed: message from valid local sender) X-MDRemoteIP: 203.130.214.251 X-Return-Path: anton@kaltengpos.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: radartarakan.com, Thu, 09 Mar 2006 17:45:32 +0800 Subject: Re: 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 09:38:34 -0000 Try first "man newfs_msdos". On your situation, you should do just fine with: "newfs_msdos -F 32 " Regards, Anthony M. Rasat PT. Kalteng Pos Press Palangkaraya - Indonesia.- >From :"Andrew Spott" >To :freebsd-questions@freebsd.org >Date :Today 10:55:26 >   >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