I can’t change directory and file permissions which is in /mnt/ through elevated Nemo. But can change in /. Why?

Apparently, this happens due to Automount. Because when I mount manually, this problem doesn’t occur.

I also changed /mnt/Storage to /media/user/Storage/ on auto mount, still the same problem occurs.

uploaded on reddit because lemmy doen’t allow videos .sorry for the quality reddit squashed it. Also my user name is blurred.

Also this an automounted NTFS partition, if it has to do anything with this,

I tried restarting. Doesn’t work.

I know about chown and chmod. But I wanna do it in GUI.

==============================================================

SOLVED

Include uid= and gid= as part of your mount options.

For More info look at this.

Thanks to this Chad @neidu@feddit.nl

  • @neidu2@feddit.nl
    link
    fedilink
    42 months ago

    You might want to include uid= and guid= as part of your mount options. Not sure how that’ll work with NTFS, but it’s worth a try

    • @gpstarmanOP
      link
      12 months ago

      include uid= and guid= as part of your mount options.

      Where ? How?

      • @neidu2@feddit.nl
        link
        fedilink
        3
        edit-2
        2 months ago

        Above the mount point option.

        I normally do this by editing /etc/fstab directly, but the syntax seems very similar. The first answer here provides an example of the syntax.

        • @gpstarmanOP
          link
          22 months ago

          It worked. Thank you so much man.