From owner-freebsd-questions Thu Sep 6 18:10: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.halplant.com (24-168-203-47.wo.cox.rr.com [24.168.203.47]) by hub.freebsd.org (Postfix) with ESMTP id D297437B407 for ; Thu, 6 Sep 2001 18:09:58 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id C97271F64; Thu, 6 Sep 2001 21:09:52 -0400 (EDT) Date: Thu, 6 Sep 2001 21:09:52 -0400 From: Andrew J Caines To: questions@freebsd.org Subject: Re: Good practice for /tmp Message-ID: <20010906210952.X55388@hal9000.servehttp.com> Reply-To: Andrew J Caines Mail-Followup-To: questions@freebsd.org References: <20010906055708.P55388@hal9000.servehttp.com> <20010906192746.D18481-100000@topperwein.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010906192746.D18481-100000@topperwein.dyndns.org>; from behanna@zbzoom.net on Thu, Sep 06, 2001 at 07:31:36PM -0400 Organization: H.A.L. Plant X-Powered-by: FreeBSD 4.4-RC X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chris, [Please CC as I'm not sub'ed to -questions at the moment] > > I think it more accurate to say that the storage device which backs this > > filesystem is the system's VM. The filesystem simply provides the > > semantics for the I/O. > > Uhh, what happens when your machine panics? With a VM-backed > swap, savecore can't grab the crash dump; therefore, you can't get a > traceback. "VM-backed swap" is meaningless. VM - virtual memory - is the memory storage interface which is presented to processes. This storage is usually a combination of RAM and disk manged cleverly to amke as much I/O as fast as possible by keeping the more active pages in RAM. If your machine panics, then if you are correctly configured to collect cores, then you should get one as normal. What makes you think that a tmpfs changes this? -Andrew- -- ______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message