I have tried running:
sudo chown dendy /mnt/storage1/
which returns:
chown: changing ownership of '/mnt/storage1/': Operation not permitted
I have also tried:
sudo chmod 777 /mnt/storage1/
which does not return any errors, however, when I check the folder permissions, it still shows root for the owner and group.
What can I do to allow my user, "dendy", to be able to write files to and read from these directories?
sudo parted -l
. If NTFS or FAT32, then Windows formats do not support Linux ownership & permissions. Those are set for entire partition by how you mount partition. – oldfred Aug 07 '21 at 23:40https://github.com/waltinator/pathlld
. Abash
script to answer "Why can't I Read/Write that file?". – waltinator Aug 08 '21 at 00:23