Link to home
Start Free TrialLog in
Avatar of Frank Helk
Frank HelkFlag for Germany

asked on

Linux/Samba: How to show shares in the correct case

Here's a tricky one:

I've defined a share in smb.conf:

(...)

[THESHARE]
	comment = /THESHARE
	inherit acls = Yes
	path = /THESHARE
	read only = No
	valid users = theuser

(...)

Open in new window


If I access that share from a windows machine (Win7 or XP to be precise, don't know the behaviour of other Win's), with explorer, the share's name is shown in lower case as theshare. This is irritating some users.

Furthermore, when accessing the root via Samba, the case of /THESHARE is shown correct in upper case.

The question: Is there a way to force samba (or Windows ???) to present the shares with the correct case ?
ASKER CERTIFIED SOLUTION
Avatar of arober11
arober11
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial