Skip site navigation (1)Skip section navigation (2)
Message-ID:  <bug-284410-9-7DH3GLpk7j@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284410-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284410-9@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284410

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=3D/usr/local/jails

This statement threw error "too many arguments".

I believe the correct syntax is

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284410-9-7DH3GLpk7j>