Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2015 08:54:07 +0300
From:      Stefan Parvu <sparvu@kronometrix.org>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   tmp management, simple layout
Message-ID:  <5614B37F.7090106@kronometrix.org>

next in thread | raw e-mail | index | archive | help

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.

md		/tmp		mfs rw,noatime,-s50m	0 0
md		/var/log	mfs rw,noatime,-s15m	0 0
md		/var/tmp	mfs rw,noatime,-s10m	0 0

IT would make sense to better conserve the memory and have a single
place for it, on such tiny hardware configuration.

Proposed:

md /tmp mfs rw,noatime,-s75m 0 0

/var/log -> /tmp
/var/tmp -> /tmp


Comments ?

-- 
Stefan Parvu <sparvu@kronometrix.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5614B37F.7090106>