From owner-freebsd-bugs Sun Jun 4 13:50:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 077B537BA74 for ; Sun, 4 Jun 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87369; Sun, 4 Jun 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 6739337B623 for ; Sun, 4 Jun 2000 13:41:12 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: (from phk@localhost) by critter.freebsd.dk (8.9.3/8.9.3) id WAA13902; Sun, 4 Jun 2000 22:41:09 +0200 (CEST) (envelope-from phk) Message-Id: <200006042041.WAA13902@critter.freebsd.dk> Date: Sun, 4 Jun 2000 22:41:09 +0200 (CEST) From: Poul-Henning Kamp Reply-To: phk@critter.freebsd.dk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/19001: Delayed fsck + mount of insignificant filesystems. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19001 >Category: conf >Synopsis: Delayed fsck + mount of insignificant filesystems. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sun Jun 04 13:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Poul-Henning Kamp >Release: FreeBSD 5.0-CURRENT i386 >Organization: Fregatten Jylland som Barn. >Environment: All versions of FreeBSD >Description: Many of the machines I administer have large but relatively inconsequential filesystems. It would be nice if they could be marked in /etc/fstab for "later fsck + mount" so that a lengthy fsck of these filesysetms does not hold up the rest of the boot process. If a small script were provided, along with a freeform string tag in /etc/fstab, one could fsck/mount the squid cache partitions right before squid is started with: /etc/rc.mount squid and news partitions right before inn with /etc/rc.mount news Further to this it should be possible to specify a "not important" flag so that if the fsck/mount doesn't succeed we just continue without the filesystem, rather than drop into single-user. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message