Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Oct 2018 12:46:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232021] zfs cannot mount 'dataset': Insufficient privileges
Message-ID:  <bug-232021-227-StB8B1HnVO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232021-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232021-227@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=3D232021

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

$ sudo zfs create -o mountpoint=3D/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
$

--=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-232021-227-StB8B1HnVO>