From owner-freebsd-current Sun Sep 27 18:08:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA23255 for freebsd-current-outgoing; Sun, 27 Sep 1998 18:08:45 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA23188 for ; Sun, 27 Sep 1998 18:08:28 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.8.8/8.8.5) id UAA07605; Sun, 27 Sep 1998 20:08:03 -0500 (CDT) From: Kevin Day Message-Id: <199809280108.UAA07605@home.dragondata.com> Subject: Re: Softupdates panics In-Reply-To: <199809280105.SAA08374@usr05.primenet.com> from Terry Lambert at "Sep 28, 98 01:05:11 am" To: tlambert@primenet.com (Terry Lambert) Date: Sun, 27 Sep 1998 20:08:03 -0500 (CDT) Cc: eivind@yes.no, tlambert@primenet.com, street@iname.com, freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > > > The dependencies for "noatime" are not switchable, and by enabling > > > > it, you are breaking the dependency graph into seperate pieces! > > > > > > > > The bug here is that it didn't ignore your request for "noatime". > > > > > > Return error. noatime request a particular behaviour for the mount; > > > ignoring that request on the assumption that people only do it for > > > speed is IMO totally bogus. > > > > I've gotta agree here - softupdates looked good for my palmtop that uses > > flash - noatime is essentially required for flash media. :) > > Why? Flash is a "Read as much as you want, write as little as possible" media. Even though there are flash chips coming out now with 1,000,000 write cycles, none of that has made it to consumer markets yet. The flash in my palmtop is rated at 50,000 write cycles on each bit. I don't want to get my directories hosed from bitrot from every time I access a file the atime is changed. > > > But is that what terry was saying? :) > > I was saying that you should ignore the flag. > > Elvind corrected me (I agree with him) that it's not enough to > ignore it, you need to actually barf on the flag. Agreed. Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message