Displaying 1 result from an estimated 1 matches for "mywinshare".
Did you mean:
mainshare
2002 Sep 28
2
Problems with lower and uppercase filenames
...owing.
case 1:
Let's say I have a unix directory /temp shared through samba. I'm
sitting at my windows machine and I can create filenames
with upper/lowe/mixed cases and everything works fine
case 2:
There's a windows shared directory in my windows machine, let's call it
"MyWinShare"
I want to access it from unix so I do a mount -t smbfs -o username=joe
//WINPUTER/MyWinShare /mnt/winputer/shareit
now from the unix shell prompt I can create files in my windows machine
with any kind of upper/lower case letters...
so far so good...
Now I create a samba share:
[whateve...