On Wed, Jun 21, 2017 at 03:51:45PM +0200, Stephane HUC "PengouinBSD" wrote:
> Hi, all.
> 
> On OpenBSD v6.1, i attempt to use fuse, by sshfs or encfs.
> 
> But fuse reply by: 'fuse_mount on /home/my_user: Operation not permitted'
> 
> => My user is onto wheel group.
> 
> $ getent group wheel
> wheel:*:0:root,my_user
> 
> => And i chmoded 0660 on /dev/fuse0
> 
> $ ls -al /dev/fuse0
> crw-rw----  1 root  wheel   92,   0 Apr 14 13:00 /dev/fuse0
> 
> Egual, i've tried with chmod 664, 666; same bad result!
> 
> How i use it, without rights admin?

You need to use doas. The usermount feature was removed.

Reply via email to