Operating System - HP-UX
1834279 Members
2180 Online
110066 Solutions
New Discussion

Samba mapping --Not able create folder with capital letter...

 
SOLVED
Go to solution
Sri_ind
Occasional Contributor

Samba mapping --Not able create folder with capital letter...

HI all,
I have mapped one unix filesystem on my local desktop by using samba.

Problem:I am not able to create folder with capital letters(I am able to create folders with small letters);If i try to create the folder with capital letters it's automatilly converting to small letters.

I have chked the logfile server side...below error is showing...

[2007/07/04 08:56:53, 0] lib/util_sec.c:assert_gid(111)
Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0)
[2007/07/04 08:56:53, 0] lib/util.c:smb_panic(1094)
PANIC: failed to set gid

Note: From unix server side i am able to create folders with capital letters...


what may the problem??..Please help me on this..

Regards,
Vas.



3 REPLIES 3
Paul Senior_1
Frequent Advisor
Solution

Re: Samba mapping --Not able create folder with capital letter...

a bit more info would be helpful - version of samba being used, windows version, unix flavour.

Also a copy of your smb.conf file to see how it's currently setup.

I am not promising it will solve the problem but you could try the following entry in your smb.conf file under your share specific parameter settings:-

case sensitive = yes

and then stop and start smbd
Steven E. Protter
Exalted Contributor

Re: Samba mapping --Not able create folder with capital letter...

Shalom,

What version of Samba?

I believe this may be fixed with a later version of samba.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sri_ind
Occasional Contributor

Re: Samba mapping --Not able create folder with capital letter...

Hi

Thanks for your help..

I hve given 'case sensitive = yes ' entry in the smb.conf.Now it's working fine.


Regards,
Vas.