From owner-freebsd-questions@FreeBSD.ORG Fri Aug 18 17:40:56 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 D33FE16A500 for ; Fri, 18 Aug 2006 17:40:56 +0000 (UTC) (envelope-from tyskdisciplin@yahoo.se) Received: from web27609.mail.ukl.yahoo.com (web27609.mail.ukl.yahoo.com [217.146.177.228]) by mx1.FreeBSD.org (Postfix) with SMTP id 0D96A43D49 for ; Fri, 18 Aug 2006 17:40:54 +0000 (GMT) (envelope-from tyskdisciplin@yahoo.se) Received: (qmail 67696 invoked by uid 60001); 18 Aug 2006 17:40:53 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.se; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=4+ClEZhm17LJFT++6s8zd7H+S+8BzYqm3qN+p8MIA2gplVuDnQx87UXARa8su51rUVFulQdtUGbbgMQnCyB1jZGToAdzXUjIfULaImzPwGkJ7e/FnKNfcKZvDel565lz9ZP+k6e+J+QQWcg7kebApj/U9bEIyab5DNcPFp5oYCc= ; Message-ID: <20060818174053.67694.qmail@web27609.mail.ukl.yahoo.com> Received: from [130.243.14.132] by web27609.mail.ukl.yahoo.com via HTTP; Fri, 18 Aug 2006 19:40:53 CEST Date: Fri, 18 Aug 2006 19:40:53 +0200 (CEST) From: Bobby Knight To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How do I access external USB fat32 160 GB drive? 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: Fri, 18 Aug 2006 17:40:56 -0000 Hello When I try to mount the drive with mount_msdos it tells me the filsystem is to big. The drive consists av a single fat32 partition. Windows can access it so it must be possible in FreeBSD too. I read about recompiling the kernel with option MSDOSFS_LARGE. But that option seems to be gone i GENERIC now. Thanks