From owner-cvs-all@FreeBSD.ORG Fri Apr 25 08:46:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E646937B401; Fri, 25 Apr 2003 08:46:47 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 985DA43FBF; Fri, 25 Apr 2003 08:46:46 -0700 (PDT) (envelope-from sam@errno.com) Received: from melange (melange.errno.com [66.127.85.82]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h3PFkjpw047242 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 25 Apr 2003 08:46:46 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <06e801c30b41$e07a3130$52557f42@errno.com> From: "Sam Leffler" To: "Jacques A. Vidrine" , "Juli Mallett" References: <200303030940.h239eWGY061182@repoman.freebsd.org> <20030425005220.GB23638@madman.celabo.org> Date: Fri, 25 Apr 2003 08:46:45 -0700 Organization: Errno Consulting MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsck.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2003 15:46:48 -0000 > Please back this out. If there is no fstab, the vfstype is retrieved > from the disklabel. It will likely be `4.2BSD', and fsck will try to > find /sbin/fsck_4.2BSD and fail. > > Look at `FS_BSDFFS' and `fstypenames[]' in sys/disklabel.h to see what > I mean. > > (A failure of this sort was just reported to me by a coworker.) Ah, this explains why fsck of an md filesystem was doing that. Thanks for identifying the reason. Sam