From owner-freebsd-current Mon Jun 19 4:42:38 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.bastard.co.uk (node16292.a2000.nl [24.132.98.146]) by hub.freebsd.org (Postfix) with ESMTP id 5962A37B739 for ; Mon, 19 Jun 2000 04:42:34 -0700 (PDT) (envelope-from adrian@bastard.co.uk) Received: from adrian by mail.bastard.co.uk with local (Exim 3.14 #1) id 133zwn-000453-00 for freebsd-current@freebsd.org; Mon, 19 Jun 2000 13:42:33 +0200 Date: Mon, 19 Jun 2000 13:42:33 +0200 From: Adrian Chadd To: freebsd-current@freebsd.org Subject: fsck wrappers Message-ID: <20000619134233.O13112@zoe.bastard.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've ported the NetBSD fsck wrapper to compile and run under FreeBSD. Its probably still very rough, but I'm going to spend the next few days tidying it up. I have also modified our fsck (and renamed it fsck_ffs) to fit this new framework. The source tarball can be found at: http://www.freebsd.org/~adrian/fsck.tar.gz A couple of notes: * the rest of the system treats ffs filesystems as "ufs". Besides the fact that I dislike this, I decided against the NetBSD way of if (strcmp(vfstype, "ufs")) fstype = "ffs"; and have left people to symlink or hardlink fsck_ufs to fsck_ffs. * I've left the CVS directories intact so people can generate their own cvs diff's against the original sources. Appropriate CVSROOT frobbing will be needed. Constructive comments are welcome. Adrian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message