Re: user cannot mount using ntfs-3g

From: Vlad Markov <dvoich_at_optonline.net>
Date: Sat, 13 May 2023 17:50:06 UTC
On Sat, 13 May 2023 18:37:36 +0200
Yuri <yuri@aetern.org> wrote:

> Vlad Markov wrote:
> > 
> > I "fixed" da0p1 using devfs.conf:
> > own       da0p1       root:operator
> > perm      da0p1       0666
> > 
> > Although I do not understand why I need those lines if I already had:
> > own       da0       root:operator
> > perm      da0       0666
> > 
> > Now I am stuck with this:
> > 
> > ntfs-3g -o 'uid=1001,gid=1001' /dev/da0p1 /home/vlad/dos
> > mount_fusefs: /dev/fuse on /usr/home/vlad/dos: Operation not permitted
> > 
> > pertinent info:
> > 
> >  ls -l /dev/fuse
> > crw-rw-rw-  1 root  operator  0x5c May 13 12:01 /dev/fuse
> > 
> > ls -ld /usr/home/vlad/dos
> > drwxrwxrwx  2 vlad  vlad  512 Feb 18  2019 /usr/home/vlad/dos  
> 
> Tried setting sysctl vfs.usermount to 1?
> 

Unfortunately I had done that a long time back. I can (as a user) successfully mount dos and smb filesystems.

I can mount successfully as root.