From owner-freebsd-arm@freebsd.org Wed Oct 7 21:35:38 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0172E9D0A67 for ; Wed, 7 Oct 2015 21:35:37 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from olinguito.schwarzes.net (olinguito.schwarzes.net [IPv6:2a01:4f8:7d:1b5::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 836AA3B7 for ; Wed, 7 Oct 2015 21:35:36 +0000 (UTC) (envelope-from freebsd.asc@strcmp.org) Received: from [62.109.78.35] (mosquito.schwarzes.net [62.109.78.35]) (authenticated bits=0) by olinguito.schwarzes.net (8.15.2/8.15.2) with ESMTPA id t97LZXQL039561 for ; Wed, 7 Oct 2015 23:35:33 +0200 (CEST) (envelope-from freebsd.asc@strcmp.org) From: Andreas Schwarz To: freebsd-arm@FreeBSD.org Mail-Reply-To: Andreas Schwarz Mail-Followup-To: freebsd-arm@FreeBSD.org Date: Wed, 07 Oct 2015 23:35:33 +0200 (CEST) Message-ID: <47096d24679.76da3f58@mail.schwarzes.net> In-Reply-To: <5614B37F.7090106@kronometrix.org> References: <5614B37F.7090106@kronometrix.org> User-Agent: YAM/2.9p1 (MorphOS; PPC; rv:20140418r7798) Subject: Re: tmp management, simple layout MIME-Version: 1.0 Content-Type: text/plain X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (olinguito.schwarzes.net [78.47.41.143]); Wed, 07 Oct 2015 23:35:34 +0200 (CEST) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 21:35:38 -0000 On 07.10.15, Stefan Parvu wrote: > Why do we ship the default ARM configuration having /var/log, /var/tmp > and /tmp as separate memory based file systems on RPI ? We could have > only /tmp and the rest would point to it. Who is shipping freebsd with such configuration? This is not the standard freebsd layout. To use a memory based solution (tmpfs, mdmfs) for tmp, log is a per user decision and depends on the use case. It will not be helpfull to setup this as a default. -asc