I have two external harddrives that i want to read/write to so i used chmod 777 -R "the folder"
but nothing happend so i look abit and saw that the user for the harddrives is root and not my use.
Then i used chown -R "username_youwant" path_to_folder/folder_name
and only get Operation not permitted
then i use the su
command so i become root and do the same chown as befor but get the same operation not premitted.
the weird part that makes so i dont understad is that i have read/write permission in one of the harddrives but not the one that i want to add som files to.
And now i dont know what to try next.
to sum up what i have done:
chmod 777 -R "the folder"
chown -R "username_youwant" path_to_folder/folder_name
su
+chown -R "username_youwant" path_to_folder/folder_name