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.
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/credentialsYou 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? fm+samba@Microdata-pos.de
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? fm+samba@Microdata-pos.de > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba