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: [EMAIL PROTECTED]:/mnt/smb/temp>mount | grep smb //localhost/andreas on /mnt/smb type smbfs (rw) [EMAIL PROTECTED]:/mnt/smb/temp>ls -ltr -rwxr-xr-x 1 andreas root 0 2005-11-06 19:39 ä [EMAIL PROTECTED]:~/temp>ls -ltr -rwxrw-r-- 1 andreas andreas 0 2005-11-06 19:39 ├ñ [EMAIL PROTECTED]:~/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. -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

