[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Filsystem Character encoding



On 06.11.05 19:15:41, Michelino Caroselli wrote:
> Andreas Pakulat wrote:
> 
> > Leider ist das keine richtige Abhilfe, das hatten wir hier schonmal auf
> > der Liste. Ich weiss nicht wie das aussieht mit Win<->Samba, aber
> > Linux<->Samba geht einfach nicht mit Umlauten Punkt. IIRC existieren
> > auch entsprechende Bugreports.
> 
> Hmm, also hier tut ein mount.cifs mit iocharset=utf8 und geladenem
> nls_utf8 Modul auch mit Sonderzeichen (Linux<->Samba;).

Bei der Kombination Windows - Samba nutzt man aber im Normalfall kein
cifs und mit smbfs:

andreas@morpheus:/mnt/smb/temp>mount | grep smb
//localhost/andreas on /mnt/smb type smbfs (rw)
andreas@morpheus:/mnt/smb/temp>ls -ltr
-rwxr-xr-x  1 andreas root        0 2005-11-06 19:39 ä
andreas@morpheus:~/temp>ls -ltr
-rwxrw-r--   1 andreas andreas        0 2005-11-06 19:39 ä
andreas@morpheus:~/temp>locale
LANG=de_DE.UTF-8

Cifs dagegen funktioniert einwandfrei.

Andreas

PS: Mounting mittels 
mount -t smbfs -o username=andreas,uid=1000,iocharset=utf8 //localhost/andreas smb
mount -t cifs -o username=andreas,uid=1000,iocharset=utf8 //localhost/andreas smb

-- 
Do what comes naturally.  Seethe and fume and throw a tantrum.



Reply to: