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
F12207344: D3446.id.diff
Mon, Oct 6, 22:39
F12205025: D3446.id.diff
Mon, Oct 6, 10:14
Unknown Object (File)
Sun, Oct 5, 05:04
Unknown Object (File)
Sat, Oct 4, 08:33
Unknown Object (File)
Fri, Oct 3, 17:46
Unknown Object (File)
Mon, Sep 29, 08:00
Unknown Object (File)
Sun, Sep 28, 12:37
Unknown Object (File)
Thu, Sep 25, 11:09
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 Passed
Unit
No Test Coverage
Branch
usr-home
Build Status
Buildable 5489
Build 5770: arc lint + arc unit