From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 17:37:46 2003 Return-Path: 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 CFCFC16A4CF for ; Fri, 21 Nov 2003 17:37:46 -0800 (PST) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A5B743FE0 for ; Fri, 21 Nov 2003 17:37:46 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc12) with ESMTP id <2003112201374501400p10d9e>; Sat, 22 Nov 2003 01:37:45 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 828C13A; Fri, 21 Nov 2003 20:37:45 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ion-Mihai Tetcu References: <20031120213425.5a39bb25.itetcu@apropo.ro> From: Lowell Gilbert Date: 21 Nov 2003 20:37:45 -0500 In-Reply-To: <20031120213425.5a39bb25.itetcu@apropo.ro> Message-ID: <44k75tmbdi.fsf@be-well.ilk.org> Lines: 25 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: dos2unixtime(): month value out of range X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 01:37:46 -0000 Ion-Mihai Tetcu writes: > I get a lot of entries like those below on a 5.1R-p10 machine with a > fat32 mounted. I rember seeing something like this a log time ago > 2.something but I haven't seen them since. Any hints ? > > Nov 20 19:06:59 it kernel: deget(): . entry at clust 1365522 != 1869768035 > Nov 20 19:06:59 it kernel: dos2unixtime(): month value out of range (0) > Nov 20 19:06:59 it last message repeated 3 times > Nov 20 19:23:08 it kernel: deget(): . entry at clust 1433582 != -132105740 > Nov 20 19:23:08 it kernel: dos2unixtime(): month value out of range (15) > Nov 20 19:23:08 it kernel: dos2unixtime(): month value out of range (0) > Nov 20 19:26:53 it kernel: dos2unixtime(): month value out of range (15) > Nov 20 19:26:53 it kernel: dos2unixtime(): month value out of range (15) > Nov 20 19:26:53 it kernel: dos2unixtime(): month value out of range (14) > Nov 20 19:27:00 it kernel: deget(): . entry at clust 1291006 != 192675308 > Nov 20 19:27:00 it kernel: dos2unixtime(): month value out of range (0) > Nov 20 19:27:00 it kernel: dos2unixtime(): month value out of range (15) A month value of 15 is out of range, all right. Combined with the other error, it sounds like the machine is seeing the FAT partition as corrupt. It might be a bug, or the partition might actually be corrupt. "fsck_msdosfs -n" might give you a clue. Possibly.