Tuesday, February 14, 2017

samba - Filename Case issue with over WebDav

We are accessing SAMBA shared directory from a Windows Client with WebDav client WebDrive. But we are having the issue that it is showing same contents in both the directories ( data/ & Data/ ) though they are entirely different.




I know this is because of Windows Filesystem being case insensitive and Linux being Case Sensitive.



is there any solution for this?



We had the same issue when viewed through the SAMBA mounted directory but we solved it by editing the SMB.conf as said in the following link



Does Samba work well with Windows when case-sensitive names are enabled?



Please help to solve this when accessed from the WebDav

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...