Page MenuHomeDevCentral

Switch from /usr/home to /home as default home directory on FreeBSD
ClosedPublic

Authored by dereckson on Sep 16 2024, 23:38.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 22:12
Unknown Object (File)
Fri, Sep 4, 04:29
Unknown Object (File)
Thu, Aug 27, 23:13
Unknown Object (File)
Wed, Aug 26, 02:06
Unknown Object (File)
Mon, Aug 24, 14:58
Unknown Object (File)
Sun, Aug 23, 13:14
Unknown Object (File)
Sun, Aug 23, 12:19
Unknown Object (File)
Sun, Aug 23, 11:19
Subscribers

Details

Summary

Historically, FreeBSD has created home directories under /usr/home,
with a symlink from /home to /usr/home. That choice was motivated
when an UFS partition was divided into labels, with / relatively
small, and /usr larger. This is less relevant with one big partition.

This change acknowledges that change, and fixes an issue when creating
ZFS datasets for home directories: on new FreeBSD 14 installations,
to create <pool>/usr/home/<username> dataset would fail, as <pool>/usr/home
does not exist.

References:

Test Plan

Tested on new WindRiver installation

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable