itris
07-18-2002, 03:48 PM
hi all,
I'm not really a linux newbie but this problem has me baffled..
I have 2 redhat 7.3 machines, one running the samba server, the other functioning as a client.
The server has
short preserve case = yes
case sensitive = yes
preserve case = yes
[testnetmount]
path = /mnt/seagatereiser
writable = yes
short preserve case = yes
preserve case = yes
case sensitive = yes
the client smb.conf:
preserve case = yes
short preserve case = yes
case sensitive = yes
the client connects to the server like such:
/bin/mount -t smbfs -o username=xxxxxx,password=xxxxxx //xxx.xxx.xxx.xxx/testnetmount /mnt/testnet
this all works just fine.
I can edit, read, etc files without problem.
BUT...
the dir listing on the server:
root@server /mnt/seagatereiser >>$ ls -la
drwxr-xr-x 4 root root 216 Jul 18 20:57 .
drwxr-xr-x 5 root root 1024 Jul 4 12:58 ..
-rwxr--r-- 1 root root 20971520 Jul 18 20:53 bin
drwxr-xr-x 2 root root 48 Jul 18 20:57 BIN
-rw-r--r-- 1 root root 5 Jul 18 20:36 test
-rwxr--r-- 1 root root 4 Jul 18 20:30 Test
and on the client:
root@client /mnt/testnet >>$ ls -la
drwxr-xr-x 1 root root 4096 Jul 18 20:57 .
drwxr-xr-x 4 root root 1024 Jul 18 20:28 ..
-rwxr-xr-x 1 root root 20971520 Jul 18 20:53 bin
-rwxr-xr-x 1 root root 20971520 Jul 18 20:53 BIN
-rwxr-xr-x 1 root root 5 Jul 18 20:36 test
-rwxr-xr-x 1 root root 5 Jul 18 20:36 Test
why doesn't samba realise that BIN is a dir and bin is a file?
Why doesn't sambe realise that test!=Test ?
and most importantly... how do I fix this?
thank you very much for your help on this!
I'm not really a linux newbie but this problem has me baffled..
I have 2 redhat 7.3 machines, one running the samba server, the other functioning as a client.
The server has
short preserve case = yes
case sensitive = yes
preserve case = yes
[testnetmount]
path = /mnt/seagatereiser
writable = yes
short preserve case = yes
preserve case = yes
case sensitive = yes
the client smb.conf:
preserve case = yes
short preserve case = yes
case sensitive = yes
the client connects to the server like such:
/bin/mount -t smbfs -o username=xxxxxx,password=xxxxxx //xxx.xxx.xxx.xxx/testnetmount /mnt/testnet
this all works just fine.
I can edit, read, etc files without problem.
BUT...
the dir listing on the server:
root@server /mnt/seagatereiser >>$ ls -la
drwxr-xr-x 4 root root 216 Jul 18 20:57 .
drwxr-xr-x 5 root root 1024 Jul 4 12:58 ..
-rwxr--r-- 1 root root 20971520 Jul 18 20:53 bin
drwxr-xr-x 2 root root 48 Jul 18 20:57 BIN
-rw-r--r-- 1 root root 5 Jul 18 20:36 test
-rwxr--r-- 1 root root 4 Jul 18 20:30 Test
and on the client:
root@client /mnt/testnet >>$ ls -la
drwxr-xr-x 1 root root 4096 Jul 18 20:57 .
drwxr-xr-x 4 root root 1024 Jul 18 20:28 ..
-rwxr-xr-x 1 root root 20971520 Jul 18 20:53 bin
-rwxr-xr-x 1 root root 20971520 Jul 18 20:53 BIN
-rwxr-xr-x 1 root root 5 Jul 18 20:36 test
-rwxr-xr-x 1 root root 5 Jul 18 20:36 Test
why doesn't samba realise that BIN is a dir and bin is a file?
Why doesn't sambe realise that test!=Test ?
and most importantly... how do I fix this?
thank you very much for your help on this!