From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-102744-garchives=archives.gentoo.org@lists.gentoo.org>) id 1N3uuD-0003r9-Jz for garchives@archives.gentoo.org; Fri, 30 Oct 2009 17:04:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72359E0922; Fri, 30 Oct 2009 17:04:52 +0000 (UTC) Received: from mail-pw0-f47.google.com (mail-pw0-f47.google.com [209.85.160.47]) by pigeon.gentoo.org (Postfix) with ESMTP id 4739DE0922 for <gentoo-user@lists.gentoo.org>; Fri, 30 Oct 2009 17:04:52 +0000 (UTC) Received: by pwj10 with SMTP id 10so788318pwj.26 for <gentoo-user@lists.gentoo.org>; Fri, 30 Oct 2009 10:04:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ikKzCUhCv+fNFiK8OFKneZYZRdbdsv5tGoiEKQSU5kA=; b=Nu8JLRR4vxJOWuaMK6Ue4pu8aEevgjQ4Ilk7zBCEzowaFaz93p7X3NDr1pGwd9QXPp RtEnonlds5zo/pmtkbRoOQua91Zf9ybhBljcGEwDFV7JeO1tXWyEMJL5Od3hha4bCGSq WDLvUOCxLlRKJScKgfnuzZ99llhZ4veI//iBE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LnfUl25E4nwB/cvWEYeQWz2stC0p/PJrrQAMfGeuxjUCbTGmBQ8wD1YfHUq4Ls0+BL XE+fbf2iP/DbW/SnaKC9P392+BWXQJlqC1OMWpYND6o42+wUES4j4T/sBIt2/DdJNuuS tjarvtWPIwFyZHQdRi3RaXYY51DnD+XNVom6g= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.142.249.40 with SMTP id w40mr180891wfh.344.1256922291734; Fri, 30 Oct 2009 10:04:51 -0700 (PDT) Date: Fri, 30 Oct 2009 11:04:51 -0600 Message-ID: <a0811460910301004n3bb8602cua402213556069b7@mail.gmail.com> Subject: Re: [gentoo-user] memory(gray matter) needs jog-DONE From: Maxim Wexler <maxim.wexler@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 55502af4-4e1e-4c18-8a28-e86a7b399365 X-Archives-Hash: de3d659decf87d3b5df9d3a480881c3a > > I'm not sure why your system needed to be checked for each boot. > Perhaps you can post the exact error message? I'm pretty sure it wasn't > fragmentation. What it *might* be saying (but again we can't verify > without an error message) is that your filesystem contains errors that > cannot be fixed in non-interactive mode (i.e. you need to run fsck > manually). > > It's hard to tell you what option you need when we are unsure what > problem you are trying to fix. > Look for the thread "running e2fsck pre-boot" on this list. Willie Wong had the answer: tune2fs, not e2fsck. $man tune2fs ... It is strongly recommended that either -c (mount-count-depen- dent) or -i (time-dependent) checking be enabled to force peri- odic full e2fsck(8) checking of the filesystem. Failure to do so may lead to filesystem corruption (due to bad disks, cables, memory, or kernel bugs) going unnoticed, ultimately resulting in data loss or corruption. ... I ran it before on my SSD and it worked like a charm. But I neglected to run it on the SD card that holds /home and /var on my eee. Now it is starting to display the same symptons. Yes I know, ext2 is rather retro, but I was persuaded to use it by reading the forums and now it's a lot simpler just to run tune2fs rather thman scrap the system and start again. mw