[Bug 284410] [handbook] Thinjail creation steps with ZFS are incomplete/incorrect

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 05 Feb 2025 18:41:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284410

Jim B. <jpb@jimby.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpb@jimby.name

--- Comment #1 from Jim B. <jpb@jimby.name> ---


> # Create zroot/jails dataset with a mountpoint of /usr/local/jails/
> # See footnote[1]
> zfs create -p zroot/jails -o mountpoint=/usr/local/jails

This statement threw error "too many arguments".

I believe the correct syntax is

zfs create -p -o mountpoint=/usr/local/jails  zroot/jails

With that correction (and further modifications) I successfully replicated
these instructions on 14.1-RELEASE.

-- 
You are receiving this mail because:
You are the assignee for the bug.