https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284670
Benedict Reuschling <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|--- |Unable to Reproduce Status|New |Closed --- Comment #1 from Benedict Reuschling <[email protected]> --- The handbook does mention both the vfs.usermount and the owning of the target directory: ``` # sysctl vfs.usermount=1 vfs.usermount: 0 -> 1 # echo vfs.usermount=1 >> /etc/sysctl.conf # zfs create recvpool/backup # zfs allow -u someuser create,mount,receive recvpool/backup # chown someuser /recvpool/backup That should be all that is needed. I'm closing this PR, perhaps someone else fixed it in the meantime. -- You are receiving this mail because: You are the assignee for the bug.
