LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   reading öäü from win partitions & console (https://www.linuxquestions.org/questions/linux-software-2/reading-%F6%E4%FC-from-win-partitions-and-console-164951/)

ash4stuff 04-01-2004 09:12 AM

reading öäü from win partitions & console
 
is there are a way to read a öäü from win partitions? I just set up a samba server and I just hooked up the hd to transfer all the data, but i cant get it to read the öüä correctly. New files on the samba server are created correctly, and from nautilus or from the window machines are correctly represented, but not from the console.

fluppi 04-02-2004 09:04 AM

The console is independent from the graphic user interface.

What does the 'locale' command print?

Try to use the same settings like the GUI.

ash4stuff 04-04-2004 05:24 AM

LANG=POSIX
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=


thats it.
although its not just viewing them correctly. when i try to read the "old" öäü from a ntfs partition from nautilus, I cant see them either. But i can see newly created öäü from nautilus, not from the console.


All times are GMT -5. The time now is 05:31 PM.