Re: user cannot mount using ntfs-3g
- Reply: Vlad Markov : "Re: user cannot mount using ntfs-3g"
- In reply to: Vlad Markov : "user cannot mount using ntfs-3g"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 May 2023 16:37:36 UTC
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?