https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284410
Jim B. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jim B. <[email protected]> --- > # 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.
