From owner-freebsd-current Thu Aug 2 9:21:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtp010.mail.yahoo.com (smtp010.mail.yahoo.com [216.136.173.30]) by hub.freebsd.org (Postfix) with SMTP id 9620337B401 for ; Thu, 2 Aug 2001 09:21:22 -0700 (PDT) (envelope-from kc5vdj@yahoo.com) Received: from mkc-65-28-47-209.kc.rr.com (HELO yahoo.com) (65.28.47.209) by smtp.mail.vip.sc5.yahoo.com with SMTP; 2 Aug 2001 16:21:22 -0000 X-Apparently-From: Message-ID: <3B697E01.A2E1C397@yahoo.com> Date: Thu, 02 Aug 2001 11:21:21 -0500 From: Jim Bryant Reply-To: kc5vdj@yahoo.com X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brian Somers Cc: freebsd-current@FreeBSD.ORG, brian@freebsd-services.com Subject: Re: /home: mount pending error: blocks 14 files 3 References: <200108020942.f729gT859796@hak.lan.Awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Am I desynched? I went to single-user, tried to do a fsck -s, and found there is no such option. Also, the /etc/fstab didn't need changed at all. It is already proper. Needless to say, going to single-user, running just `fsck -y /dev/ad0s1g` fixed the problem, although it noted no errors. Could there be a bug in softupdates again? Below is a copy of the top of the manpage for the version of fsck on my -current, and a copy of my [unmodified since ???] /etc/fstab. ------------------------------------------------------------------------------------------- FSCK(8) FreeBSD System Manager's Manual FSCK(8) NAME fsck - file system consistency check and interactive repair SYNOPSIS fsck [-dvplfyn] [-B | -F] [-l maxparallel] [-t fstype] [-T fstype:fsoptions] [special | node ...] # Device Mountpoint FStype Options Dump Pass# /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1e /usr ufs rw 2 2 /dev/ad0s1f /var ufs rw 2 2 /dev/ad0s1g /home ufs rw 2 2 /dev/ad0s1h /tmp ufs rw 2 2 /dev/ad1s1e /misc ufs rw 2 2 /dev/da0s1 /ms-dog msdosfs rw 0 0 /dev/cd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 proc /usr/compat/linux/proc linprocfs rw 0 0 #argus:/misc /argus.misc nfs rw 0 0 ------------------------------------------------------------------------------------------- In case you feel like asking, my cheetah died, and all I could afford was a big IDE at the time, the 'cuda winblowz is on is still alive tho... One of these days... Brian Somers wrote: > > The error means that your machine crashed with soft-updates enabled, > leaving 14 blocks and 3 files still allocated on disk (using up > blocks & inodes). > > If the error keeps turning up, I would guess that you have a 0 or > empty fsck field in /etc/fstab and fsck -s therefore not fixing the > problem. > > To fix it, correct fstab and run fsck -B. > > > I've never had this before, and I have traced the message to ufs/ffs/ffs_vnops.c on line 634. > > > > I have recently noticed [since my last svsup] that this is happening on boot and shutdown [in which case, the messasge is also in > > the same file, but for umount conditions]. > > > > I am not a filesystem expert.. How concerned should I be? > > > > This is -current a week or two old [before all the lockup threads began]... jim -- ET has one helluva sense of humor! He's always anal-probing right-wing schizos! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message