From owner-freebsd-fs@FreeBSD.ORG Tue Sep 27 08:35:49 2005 Return-Path: X-Original-To: fs@FreeBSD.org Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3A1016A41F for ; Tue, 27 Sep 2005 08:35:49 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailout1.pacific.net.au (mailout1.pacific.net.au [61.8.0.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B3AF43D48 for ; Tue, 27 Sep 2005 08:35:49 +0000 (GMT) (envelope-from bde@zeta.org.au) Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout1.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8R8Z7jf018484; Tue, 27 Sep 2005 18:35:07 +1000 Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j8R8Z4iS005252; Tue, 27 Sep 2005 18:35:05 +1000 Date: Tue, 27 Sep 2005 18:35:04 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Jim Rees In-Reply-To: <20050927014825.6378E1BB0B@citi.umich.edu> Message-ID: <20050927183235.T24493@delplex.bde.org> References: <20050927014825.6378E1BB0B@citi.umich.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: gayn.winters@bristolsystems.com, Mikhail Teterin , fs@FreeBSD.org Subject: Re: can not mount a large FAT32 filesystem X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 08:35:49 -0000 On Mon, 26 Sep 2005, Jim Rees wrote: > Maybe a quick fsck_msdos would do the trick.. > > I doubt it. The message implies a problem with the partition table, not the > file system. I suspect it's a geometry problem, especially since the CHS > values don't match the LBA. Except the eror is reading the partition table itself. This cannot be a "geometry" problem, except possibly one involving the sector size, since the partition table is in sector 0 and contains the geometry. This is a very strange error, since the kernel does the same read as fdisk to read the partition table, and fdisk seems to work. Bruce