From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 04:24:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B06B106564A for ; Thu, 23 Aug 2012 04:24:49 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id ECF3B8FC0C for ; Thu, 23 Aug 2012 04:24:48 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so211652wgb.31 for ; Wed, 22 Aug 2012 21:24:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=m0h4ZeluHtqSd5heSZtzx6gCjXx6K9d2NmBZpggwgHo=; b=YHRnIOb/YlZeSsHpjz/LdYIXnpsyNKgTOtjtWJLmcmLkjXX06lzg4rCS28ZXlMFS5i FMa3VHSAEHLDxlJWl0xIrzFY/xBjgBYmBGYvZA75H6qSZLknsybu2a7SzWdMQAi5713U VST1u6oSmQ14qYgfkuZi2Q+lAhgCnfRBvGmLUWq/26tv2Ya68ay3Jz8mfrjzuSsK8FIr dJuUmZ2m9PPqT0GKg+hrd3xRFVCPHWO5/7NsAtcfGDi4g4EUd7LmMicyeOwt57rgQNUl crvS0zKlYo0Y31T+bnEnzajtNsQtYSowTDTKIULbiKrZ563rb1ruVonTeMjhU7QbCA/P ymJQ== MIME-Version: 1.0 Received: by 10.180.82.164 with SMTP id j4mr558391wiy.18.1345695887800; Wed, 22 Aug 2012 21:24:47 -0700 (PDT) Received: by 10.223.160.9 with HTTP; Wed, 22 Aug 2012 21:24:47 -0700 (PDT) In-Reply-To: <20120823031754.0b52bed6@gumby.homeunix.com> References: <201208221934.q7MJYfwM063804@mail.r-bonomi.com> <1345664911.2501.8.camel@z6000.lenzicasa> <20120822232112.07ac3517@gumby.homeunix.com> <20120822232907.34fc82fc@gumby.homeunix.com> <20120823031754.0b52bed6@gumby.homeunix.com> Date: Wed, 22 Aug 2012 21:24:47 -0700 Message-ID: From: Michael Sierchio To: RW Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmRM9h/Qd2EawH9zwMozObczyqw5lIDOAqaTfp8HpzKP7oOmXeZuObdBOu0+GLOKmwju00+ Cc: freebsd-questions@freebsd.org Subject: Re: /tmp filesystem full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 04:24:49 -0000 On Wed, Aug 22, 2012 at 7:17 PM, RW wrote: > tmpfs and "swap" md devices don't actually need swap. I don't seen any > advantage in your way of creating an md device for /tmp. Then you don't understand. ;-) The advantage of my approach is avoiding a kernel panic when writing to the tmpfs when you haven't pre-allocated all the filesystem space at creation time. If that happens to matter to you...