OP
User206130723092
New Member
Error:It looks like the folder is owned by root and I don't know what NNFS file system is.
you will have to open Nautilus as root. you can do that with this command in a terminalenter your user password when asked. Be careful as you can move most any file with nautilus in this mode and moving or deleting some will break your system.Code:pkexec Nautilus
You should also be able to copy the file using the terminal if you like with This commandIf you copy it to your home folder you may still need to change the permissions for the Folder. Good Luck.Code:sudo cp /mnt/Drive/Foldername
pkexec must be setuid root
Error:@Lord Boltar's advice above may fix this, but if you will try this... open a terminal and type:
Code:sudo su
Give your password (you may or may not see any **** characters echo). You should see the end of your "prompt" change from a $ symbol to a # symbol. This makes you the root user.
Try your copy command again and see if it works.
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set