Re: ccache mount location questions
void <[email protected]> Wed, 1 Jul 2026 16:20:16 +0100
| Newsgroups | gmane.os.freebsd.devel.hackers |
|---|---|
| Message-ID | <akUwMPBHZxBtzXOn@int21h> |
On Wed, Jul 01, 2026 at 03:41:36PM +0200, Dag-Erling Smørgrav wrote: > >> # zfs set atime=off zroot/var/cache/ccache > >this is usually already set by the installer Not in my case, because the installer never utilised a zfs context. NAME PROPERTY VALUE SOURCE data/test atime off inherited from data The zpool isn't zrooted. The /var/cache/ccache was on ufs and I wondered if it'd perform better on compressed zfs. Back when the system was installed, it was installed ufs to the first bootable disk and zfs was created manually from the seven other disks (connected JBOD to the array) afterwards. thanks everyone for their suggestions! --