View previous topic :: View next topic |
Author |
Message |
eule n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Apr 2003 Posts: 46
|
Posted: Tue Jun 21, 2005 6:34 pm Post subject: smbclient, german umlauts |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
neonknight Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2995376163f9d8ef1db449.gif)
Joined: 19 Jul 2003 Posts: 357 Location: Zurich, Switzerland
|
Posted: Tue Jun 21, 2005 6:37 pm Post subject: |
|
|
Try codepage=850 in the mount-options:
mount -t smbfs //server/dir /mnt/dir -o codepage=850 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eule n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Apr 2003 Posts: 46
|
Posted: Tue Jun 21, 2005 6:56 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
|