From owner-freebsd-questions Fri Oct 25 15: 5:26 2002 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 6EB3437B401 for ; Fri, 25 Oct 2002 15:05:25 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 2F1AD43E65 for ; Fri, 25 Oct 2002 15:05:24 -0700 (PDT) (envelope-from capm@gmx.net) Received: (qmail 22619 invoked by uid 0); 25 Oct 2002 22:05:22 -0000 Received: from xdsl-195-14-206-214.netcologne.de (HELO capm) (195.14.206.214) by mail.gmx.net (mp009-rz3) with SMTP; 25 Oct 2002 22:05:22 -0000 Message-ID: <006601c27c72$9c795af0$0200a8c0@capm> From: "Pascal Giannakakis" To: , "David Gerard" References: <20021025215750.GG32176@thingy.apana.org.au> Subject: Re: Adding a FAT32 hard disk Date: Sat, 26 Oct 2002 00:05:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I've got this hard disk, with about 40 gig of stuff on it. It's FAT32. > (These things happen.) > > I've plugged it into the system, and the system boots, and appears to > detect a hard disk of the right size on startup. So, er. How do I get > FreeBSD to recognise and use it? mkdir /fat32 mount -t msdos /dev/adXsY /fat32 See the manpage for details. I think there is even a note in the handbook. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message