Skip to content
Advertisement

Tag: cifs

error in exporting glusterfs volume using samba/cifs

I am trying to export glusterfs mount point as the samba export, and then mount it using CIFS protocol. I have followed the below steps: Added below lines to smb.conf file Started the smb service: when i try to mount it using the CIFS getting below error: I am not sure,the steps I followed are fully correct I could not

How can I obtain a case sensitive path on Linux without directory iteration?

Given a mounted cifs file system /network/cifs which is case insensitive, how do I obtain the case sensitive path using C? For example, the fs has a file /network/cfis/Adena/t.txt. Given /network/cfis/AdEnA/T.txt (which properly resolves), I want /network/cfis/Adena/t.txt. I know one way to do it is to recursively iterate over the path, match them in all lower case, and get the

Advertisement