View previous topic :: View next topic |
Author |
Message |
Moartel Tux's lil' helper

Joined: 18 Dec 2004 Posts: 127 Location: Regensburg, Germany
|
Posted: Sun Sep 25, 2005 10:19 am Post subject: Dateien mit Umlauten kopieren |
|
|
Ich habe Probleme Dateien mit Umlauten von meiner Festplatte auf meine USB-Platte zu kopieren. Derzeit bin ich so weit, dass er die Dateien zwar kopiert, aber einfach alle Umlaute verschluckt. Die USB-Platte hat FAT32 als Dateisystem (muss ja auch an nem Windows-Rechner laufen), mein Laptop läuft mit ReiserFS. Ich habe folgende Codepages im Kernel (2.6.13-ck5):
- Codepage 437 (United States, Canada)
- Codepage 850 (Europe)
- Windows CP1250 (Slavic/Central European Languages)
- NLS ISO 8859-1 (Latin 1 - Western European Languages)
- NSL ISO 8859-15 (Latin 9 - Western European Languages with Euro)
Letztere ist fest im Kernel einkompiliert, die anderen sind alles Module. Kann ich evtl. auf eine von denen völlig verzichten?
Folgende locales sind in /etc/locales.build drin:
- de_DE/ISO-8859-1
- de_DE@euro/ISO-8859-15 _________________ When the Bogeyman goes to sleep, he looks in the toilet for Chuck Norris! |
|
Back to top |
|
 |
Raistlin l33t


Joined: 17 May 2004 Posts: 691 Location: Boston, MA
|
Posted: Sun Sep 25, 2005 10:35 am Post subject: |
|
|
Hi,
wie mountest du die USB-Platte? _________________ Zwei Was Eins Initially
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." |
|
Back to top |
|
 |
Moartel Tux's lil' helper

Joined: 18 Dec 2004 Posts: 127 Location: Regensburg, Germany
|
Posted: Sun Sep 25, 2005 12:57 pm Post subject: |
|
|
Ich benutze einen Automounter (hal/dbus/ivman). _________________ When the Bogeyman goes to sleep, he looks in the toilet for Chuck Norris! |
|
Back to top |
|
 |
Raistlin l33t


Joined: 17 May 2004 Posts: 691 Location: Boston, MA
|
Posted: Sun Sep 25, 2005 2:28 pm Post subject: |
|
|
Ich meinte eigentlich eher, mit welchen flags du es mountest - versuch es doch mal (von Hand) explizit mit Code: | mount -t vfat /dev/<USBDEVICE-PART> /mnt/<MOUNTPOINT> |
Gruss,R. _________________ Zwei Was Eins Initially
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." |
|
Back to top |
|
 |
|
|
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
|
|