Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2018 18:15:11 +0100
From:      Gary Jennejohn <gljennjohn@gmail.com>
To:        "O. Hartmann" <ohartmann@walstatt.org>
Cc:        FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   Re: mounting UFS2 filesystem with access mode via fstab
Message-ID:  <20180121181511.0e1c02d4@ernst.home>
In-Reply-To: <20180121113743.1e6bf774@thor.intern.walstatt.dynvpn.de>
References:  <20180121113743.1e6bf774@thor.intern.walstatt.dynvpn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 21 Jan 2018 11:37:16 +0100
"O. Hartmann" <ohartmann@walstatt.org> wrote:

> Recently, I ran into the problem mounting a newly created /tmp, when I switched back from
> a tmpfs-backed /tmp to a UFS2/SSD/HDD backed /tmp. 
> 
> The convenience to set mode=01777 for the memory/tmpfs backed /tmp seems not to exist for
> UFS2 backed filesystems, since manpage mount(8) doesn't give me any option provided via
> -o which could accomplish what I can achieve with mode=, see man tmpfs(5).
> 
> Well, I guess I do miss something here or is this achievement reached on a different path
> I'm unaware of?
> 

chmod 1777 /tmp as root

-- 
Gary Jennejohn



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