Re: user cannot mount using ntfs-3g

From: Ian Smith <smithi_at_nimnet.asn.au>
Date: Sun, 14 May 2023 08:11:31 UTC
On 14 May 2023 2:26:19 am AEST, Vlad Markov <dvoich@optonline.net> wrote:

[...]
 > 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

Apparently you have a symlink /home -> /usr/home ; please show that also.

Does that ntfs-3g mount command work any differently if you directly specify
/usr/home/vlad/dos instead of  /home/vlad/dos ?

Yes we know that it shouldn't, but ...

cheers, Ian