I have a data partition with ntfs filesystem. But when I want extract a file in that partition I get permission errors like:
ntfs3-g
is installed and I ran on terminal
sudo chmod -R 777 /media/ntfs/
without results. With sudo tar -x
I haven't got problems, but It is boring this issue. I don't want move the file on my home folder like in this discussion. How can I solve?