when trying to change the ownership of a directory i get the error:
chown: changing ownership of '/home/tadpoles': Operation not permitted
I even get the above message when i do sudo -s and run it as root.
Here is the command i try to run:
sudo chown toadmanager /home/tadpoles
Also, here is the perms of the directory when i run ls -l: (SharedFolder is in the directory and it also cannot be modified)
total 32 drwxr-xr-x 2 root root 32768 Feb 16 12:23 SharedFolder
I am fairly new to ubuntu and linux in general so any help is appreciated, i also already looked up some other guides and chgrp did not work either. I should also mention that this directory is on a different drive which is mounted to /home/tadpoles and the file system is vfat
EFI
partition to boot from, that is part of the standard it requires that there be fat partition for anEFI
boot partition for the machines to bootEFI
. A comment onFAT
and permission changes is, it does not support permissions. – Feb 24 '21 at 03:22