Re: [Samba] codepage-conversion for smbclient

2002-10-31 Thread Andreas Schlager
Hi Frank,

thanks for your reply! It helped a lot!

The problem was the 'user' parameter in the mount options. I think,
this was a valid parameter in a old version of smbmount, but now I
cant't find it in the documentation.

Maybe this is a tiny bug in smbmount. When omitting this parameter,
it works as expected!

Thanks a lot!

-Andreas.

Am 30 Oct 2002, um 17:04 Uhr schrieb Frank Matthieß:

 On Wed, Oct 30, 2002 at 04:26:54PM +0100, Andreas Schlager wrote:
  Hi list,
 
  I've browsed through the archives, but I didn't find a answer for
  this:
 
  I use smbclient to access a windowsNT 4.0 server.
  I get only '?' for filenames which contains Umlauts.
  F.e., a file called Verknüpfung is displayed as Verkn?pfung.
 
  I use following mount-string:
  mount.smbfs //SERVER/Share /home/xxx -o rw noexec nosuid nodev user
  codepage cp850 iocharset iso8859-1 credentials /etc/credentials

 You got no error messages with exactly this commandline?

 I try this between (2.4.18 on debian sid agains nt server 4.0)

 mount -t smbfs\
   //ntserver1b/C$ \
   -o rw,  \
   credentials=smbfs.credentials,  \
   codepage=cp850, \
   iocharset=iso8859-1 /mnt/tmp

 and have no Problems reading öäüÖÄÜß's in file and dirnames.

 
  I played around with the codepage and iocharset option, but without
  success.
 
  Version of mount.smbfs: 2.2.3a-6 for Debian
  Kernel: 2.4.18 (I386)

 smbmount Version 2.2.5-1 for Debian

 --
 Frank Matthieß[EMAIL PROTECTED]

 --
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba


--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] codepage-conversion for smbclient

2002-10-31 Thread Urban Widmark
On Thu, 31 Oct 2002, Andreas Schlager wrote:

 The problem was the 'user' parameter in the mount options. I think, 
 this was a valid parameter in a old version of smbmount, but now I 
 cant't find it in the documentation.

No, smbmount has never understood the 'user' option.

It may be that the kernel you used then was configured so that smbfs by
default used cp850/is8859-1 characters. In the 2.2 kernel that was the
only supported way to set it (and is still available).

The 'user' option should be supported. But that's a different story ...

/Urban

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] codepage-conversion for smbclient

2002-10-30 Thread Andreas Schlager
Hi list,

I've browsed through the archives, but I didn't find a answer for
this:

I use smbclient to access a windowsNT 4.0 server.
I get only '?' for filenames which contains Umlauts.
F.e., a file called Verknüpfung is displayed as Verkn?pfung.

I use following mount-string:
mount.smbfs //SERVER/Share /home/xxx -o rw noexec nosuid nodev user
codepage cp850 iocharset iso8859-1 credentials /etc/credentials

I played around with the codepage and iocharset option, but without
success.

Version of mount.smbfs: 2.2.3a-6 for Debian
Kernel: 2.4.18 (I386)

The ugly thing is, that on a old machine running samba 2.2.2debian-2,
Kernel 2.4.9 this works fine.

I get nuts! Please help!

Many thanks,

-Andreas.
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] codepage-conversion for smbclient

2002-10-30 Thread Frank Matthieß
On Wed, Oct 30, 2002 at 04:26:54PM +0100, Andreas Schlager wrote:
 Hi list,
 
 I've browsed through the archives, but I didn't find a answer for
 this:
 
 I use smbclient to access a windowsNT 4.0 server.
 I get only '?' for filenames which contains Umlauts.
 F.e., a file called Verknüpfung is displayed as Verkn?pfung.
 
 I use following mount-string:
 mount.smbfs //SERVER/Share /home/xxx -o rw noexec nosuid nodev user
 codepage cp850 iocharset iso8859-1 credentials /etc/credentials

You got no error messages with exactly this commandline?

I try this between (2.4.18 on debian sid agains nt server 4.0)

mount -t smbfs  \
//ntserver1b/C$ \
-o rw,  \
credentials=smbfs.credentials,  \
codepage=cp850, \
iocharset=iso8859-1 /mnt/tmp

and have no Problems reading öäüÖÄÜß's in file and dirnames.

 
 I played around with the codepage and iocharset option, but without
 success.
 
 Version of mount.smbfs: 2.2.3a-6 for Debian
 Kernel: 2.4.18 (I386)

smbmount Version 2.2.5-1 for Debian

-- 
Frank Matthieß[EMAIL PROTECTED]

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba