Hello,
File names are case-sensitive for NFS clients and case-insensitive but case-preserving for CIFS clients.
For example, if a CIFS client creates Spec.txt, both CIFS and NFS clients display the file name as Spec.txt. However, if a CIFS user later tries to create spec.txt, the name is not allowed because, to the CIFS client, that name currently exists. If an NFS user later creates a file named spec.txt, NFS and CIFS clients display the file name differently, as follows:
- On NFS clients, you see both file names as they were created, Spec.txt and spec.txt, because file names are case-sensitive.
On CIFS clients, you see Spec.txt and Spec~1.txt.
Data ONTAP creates the Spec~1.txt file name to differentiate the two files.
Was the name change done manually? Can you provide more details on the issue that you are facing..
Thanks