Hello.
A user reported the following problem that I have also reproduced:
Working in a Linux workstation accessing one NetApp volume through NFS, when trying to copy a file from one snapshot (.snapshot/dir1/filename) to the targetlocation where the original file exists, p.e. when you have done some changes over the file and you want to restore the backup copy from the .snapshot dir, it will fail telling that both are the same file.
It says: "cp: 'filername' and '/path/to/filename' are the same file"
It's obvious that both files are different and there is a workaround that avoids the error, just renaming or deleting the file in the target directory before copying the file over.
What I don't understand is why the system is telling that both files are the same?
Regares