Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    Is your share mounted with the uid option set to your user? Without this, ownership and timestamp preservation wont work! Commented May 6, 2016 at 11:14
  • No it was not as everyone can see in the problem description. But appending the mount command to "sudo mount -t cifs //mynas/folder /home/mnt/nas/ -o user=username -o gid=1000,uid=1000" solves the problem. Many thanks for your answer :). Wouldn't you like to write a official answer, so I could mark it at the correct answer? Commented May 6, 2016 at 16:28