View previous topic :: View next topic |
Author |
Message |
Thulle n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Megaman/Mega_Man_3_-_GeminiMan.gif)
Joined: 11 Nov 2002 Posts: 70
|
Posted: Wed May 14, 2003 8:57 pm Post subject: samba cant see difference between 'A' and 'a' |
|
|
smb.conf; case sensitive = yes
doing this in a shared dir
echo a>a
echo b>A
mounting it somewhere else (on same computer) and
cat a gives a
cat A gives a
apparently it cant see difference.. why? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
superurban n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Futurama/cartoon_futurama_dr_zoidberg.gif)
Joined: 17 May 2003 Posts: 37
|
Posted: Sat May 17, 2003 4:27 pm Post subject: |
|
|
Hi,
edit you smb.conf and try:
Code: |
preserve case = yes
case sensitive = yes
|
cheers ![Wink :wink:](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Thulle n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Megaman/Mega_Man_3_-_GeminiMan.gif)
Joined: 11 Nov 2002 Posts: 70
|
Posted: Sat May 17, 2003 4:37 pm Post subject: |
|
|
the wierd thing is that both those are set to yes already, and samba is restarted. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|