Lars B. n00b
Joined: 10 Oct 2005 Posts: 35
|
Posted: Mon Mar 27, 2006 9:24 am Post subject: smbfs/ssh special characters problem |
|
|
Hi,
i want to copy some filesstructures from one samba 2.x (eisfair 1.0.5) server to a gentoo samba server. When i mount the share via console cmd
Code: | mount -t smbfs -o iocharset=iso8859-1,codepage=850,username=name,password=*** //source /target |
Source: Samba v. 2.x eisfair 1.0.5 character set = iso8859-1 client code page = 850
Target: Samba v. 3.21b gentoo unicode, default nls = utf8
My Problem:
All special characters have theses squares.
I have configured the gentoo machine with this guide http://de.gentoo-wiki.com/Utf8#Einstellen_der_Konsole and its working fine. Only when i acces the other machine i have these filename converting problems..
When i acces the eisfair server through konquerer (fish:/) the names are correct... so this is mabye a solution. but i want to copy the filestructures via console....
I have activated the iso8859-1 layout and copage 850 support in the kernel, but nothing had changed.
Thx for help
Lars |
|