Displaying 1 result from an estimated 1 matches for "winput".
Did you mean:
input
2002 Sep 28
2
Problems with lower and uppercase filenames
...itting 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:
[whatever]
path=/mnt/winputer/shareit
browseable = yes
writable = yes
create mask = 0666
director...