[Bug 232021] zfs cannot mount 'dataset': Insufficient privileges

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 7 12:47:01 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232021

--- Comment #3 from Yuri Pankov <yuripv at yuripv.net> ---
Sorry if I was unclear.

$ sudo zfs create -o mountpoint=/tst zroot/tst
$ sudo zfs umount zroot/tst
$ sudo zfs allow -u yuri mount zroot
$ ls -ld /tst
drwxr-xr-x  2 root  wheel  2 Oct  7 15:44 /tst
$ zfs mount zroot/tst
cannot mount 'zroot/tst': Insufficient privileges
$ sudo chown yuri:staff /tst
$ zfs mount zroot/tst
$

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


More information about the freebsd-bugs mailing list