From owner-freebsd-questions@FreeBSD.ORG Mon Oct 9 23:43:16 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 3B2AB16A417 for ; Mon, 9 Oct 2006 23:43:16 +0000 (UTC) (envelope-from newroswell@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 179B643D81 for ; Mon, 9 Oct 2006 23:43:13 +0000 (GMT) (envelope-from newroswell@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1651292wxd for ; Mon, 09 Oct 2006 16:43:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XYAdPNFwBiOF/JzH9DoAvxVBuhFbmJ9P4LiR3SGhQv9eI17DlBgKsQotySndudYn292Po/DdTT0lK9uZv9GZIw70PjKtQo9cBXjwZxKbtS22IodFG0xhte5IyldU6xSiSOdMBpZUz+QjgtG0NamVJ6nV6K7WV7agMMhc2O9BEzY= Received: by 10.90.28.12 with SMTP id b12mr3301994agb; Mon, 09 Oct 2006 16:43:12 -0700 (PDT) Received: by 10.90.87.1 with HTTP; Mon, 9 Oct 2006 16:43:12 -0700 (PDT) Message-ID: <375baf50610091643n4a283023i6457bb1bcfdf8926@mail.gmail.com> Date: Mon, 9 Oct 2006 16:43:12 -0700 From: "Kevin Sanders" To: "Alistair Sutton" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060925220057.hqu0378bjk04gccg@webmail.cs.vt.edu> <200609261323.38104.nvass@teledomenet.gr> <200609261514.30926.sanya-spb@list.ru> Cc: freebsd-questions@freebsd.org, sanya-spb@list.ru Subject: Re: mount_msdosfs 240G 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: Mon, 09 Oct 2006 23:43:16 -0000 On 9/26/06, Alistair Sutton wrote: > On 26/09/06, sanya wrote: > > Hello > > > > I have a problem with mounting big fat32 partition. > > I had a similar problem when trying to mount a 180G USB drive. > > Recompiling my kernel with the MSDOSFS_LARGE option allowed me to > mount the drive. I wonder why this isn't the default?