Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
smbclient, german umlauts
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
eule
n00b
n00b


Joined: 10 Apr 2003
Posts: 46

PostPosted: Tue Jun 21, 2005 6:34 pm    Post subject: smbclient, german umlauts Reply with quote

Hi all!
Big big problem with samba3:
I have a windows PDC which I want to synchronice with UNIX for doing backups! Later on I want to kill windows and set samba as my PDC!
What I do:
mount -t smbfs //server/dir /mnt/dir...
rsync -av /mnt/dir /home/backupdir

which works fine, except for the german Umlauts. If I do a ls in /mnt/dir all German Umlauts are displayed like that "Verkn?pfung!"


If I create a directory in UNIX wich ÖÄÜ and do an ls, it shows what it should: ÖÄÜ
I tried various examples of codepage and and charset, mounted with iocharset=ISO8859-15 or UTF-8 with no effect!

Don't know what to do further!
Thx for your help
eule
Back to top
View user's profile Send private message
neonknight
Guru
Guru


Joined: 19 Jul 2003
Posts: 357
Location: Zurich, Switzerland

PostPosted: Tue Jun 21, 2005 6:37 pm    Post subject: Reply with quote

Try codepage=850 in the mount-options:
mount -t smbfs //server/dir /mnt/dir -o codepage=850
Back to top
View user's profile Send private message
eule
n00b
n00b


Joined: 10 Apr 2003
Posts: 46

PostPosted: Tue Jun 21, 2005 6:56 pm    Post subject: Reply with quote

thx for your quick reply!
I tried the following code:
Code:
smbmount //10.10.1.105/sepp /mnt/sepp -o username="admin" codepage=850 iocharset=UTF-8

I also tried different IO-Charsets or leaving them out completely but unforunately this doesn't solve my problem.

Do I have to enable some feature in the kernel-conf?

Any other suggestions?
thx eule
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum