I've got a problem with a sata hdd, it is mounted in fstab like this:
UUID="089DD5F442991363" /home/lex/media/archive1 ntfs rw,users,suid,uid=1000,gid=1000,umask=000,exec,utf8 0 0
UUID="11691863606F1FE2" /home/lex/media/archive2 ntfs rw,users,suid,uid=1000,gid=1000,umask=000,exec,utf8 0 0
two partitions, I actually verified and archive1 is mounted as "rwxrwxrwx" or 777, so the umask is correct, but when I try to move a file in it from a folder to another (using first graphical programs then I even tried with "mv") it says I haven't got any permissions. The strange thing is that my user is the owner: lex:lex.
What's happening? Anybody help, please.