From owner-freebsd-current@FreeBSD.ORG Sun Nov 21 22:19:49 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CE01106566C; Sun, 21 Nov 2010 22:19:49 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E28EC8FC08; Sun, 21 Nov 2010 22:19:48 +0000 (UTC) Received: by bwz2 with SMTP id 2so5760662bwz.13 for ; Sun, 21 Nov 2010 14:19:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=JDlmxiX0Em7BCg+mGcS+t/iQbYFWB2bhndDXXYrCOWE=; b=KvmeHLvikLbstod8RVbw9l9OuRxYxNdPOY6povKwgrfEhuujc2JMcIU4EXXn3m3QTM sedToGqRJrR/Z7BSYvZPgxWB1ycZT5SsfHvb6V1f/2VoWJvsPy5F4kQnVA0/6r0ZvX3+ s+++IU5pYYZnZoiU7rruxUURCyRo1hQJe7zVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=PwHZ3gmKoAcyjtLO126rFjGmRbrDtml8Ljnn2tpiZrwtOPas+U6yCIaiV3/h+96yB2 PiFwT9QZPTt795ZKEnm/zvB6gRJJ1MPlCROv/c/60MpZ+tsAcQ+gLB5I0c3pD+TkxruK 457lw47eyLXEaLbPIhcNDHAhATI+kFr6NU1sc= Received: by 10.204.52.138 with SMTP id i10mr414558bkg.190.1290377987770; Sun, 21 Nov 2010 14:19:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Sun, 21 Nov 2010 14:19:27 -0800 (PST) In-Reply-To: References: <20101121214720.356984cc@core.draftnet> From: Eir Nym Date: Mon, 22 Nov 2010 01:19:27 +0300 Message-ID: To: Bruce Cran Content-Type: text/plain; charset=UTF-8 Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: tmpfs out of space (ZFS related?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2010 22:19:49 -0000 On 22 November 2010 01:00, Eir Nym wrote: > On 22 November 2010 00:47, Bruce Cran wrote: >> On Mon, 22 Nov 2010 00:43:03 +0300 >> Eir Nym wrote: >> >>> Which type of MFS do you use? I think you shold use "swap-backed" for >>> your /tmp, not "malloc-based". Last type is only for in-kernel file >>> system. >> >> It's tmpfs(5), not md(4). >> > I wonder if you can create FIFO and sockets with md(4). md(4) is geometry, not filesystem. tmpfs(5) doesn't support this file types as I can see in FreeBSD source code. > >> -- >> Bruce Cran >> >