Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2019 21:22:07 +0200
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        AN <andy@neu.net>
Cc:        freebsd-current@freebsd.org
Subject:   Re: filesystem mount problem
Message-ID:  <20190721192207.GA82141@elch.exwg.net>
In-Reply-To: <alpine.BSF.2.21.9999.1907211459520.89843@mail.neu.net>
References:  <alpine.BSF.2.21.9999.1907211459520.89843@mail.neu.net>

next in thread | previous in thread | raw e-mail | index | archive | help
## AN (andy@neu.net):

> tmpfs           47G    4.0K     47G     0%    /compat/linux/dev/shm
> tmpfs           20M    604K     19M     3%    /tmp

> I don't understand why the /tmp is being mounted.  It is causing problems 
> because when I try to run portupgrade it fails for lack of space.  If I 
> forcibly unmount it everything breaks.

Either you have set "tmpmfs" in rc.conf to "YES", or your /tmp
(before mounting the tmpfs) is not writable (in which case the
default "tmpmfs" setting of "AUTO" resorts to mounting the tmpfs).
Sset "tmpmfs" to "NO" and make sure you've got a writeable /tmp.
See /etc/rc.d/tmp for reference. (The scripts itself seem to not
have been changed since 12 or so).

Regards,
Christoph

-- 
Spare Space



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