Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2023 13:50:06 -0400
From:      Vlad Markov <dvoich@optonline.net>
To:        questions@freebsd.org
Subject:   Re: user cannot mount using ntfs-3g
Message-ID:  <20230513135006.646497af@happy.dwarf7.net>
In-Reply-To: <b5376f8f-cf7a-1df9-fc20-490b9d10f5ce@aetern.org>
References:  <20230513122619.5d973568@happy.dwarf7.net> <b5376f8f-cf7a-1df9-fc20-490b9d10f5ce@aetern.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230513135006.646497af>