Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3400827
By: uvman
Hi,
ntfslabel, like the rest of ntfsprogs, works with all Unicode chars.
I've just checked on my system, and ntfslabel can both read a non-english (Russian
+ another) labels that have been set in Windows and can set a non-english (Russian
+ another) label that can be read in Windows.
I assume your problem is in the locale definition. Are you working with UTF-8
or ISO-8859-5? You can use "locale charset" to find out, or paste the output
of "locale" if the former fails. (I'm working with UTF-8)
Just to be sure, Can you type Russian in the console?
What ntfsprogs version are you using? (the latest is 1.12.1)
In case all the above is correct & latest, please download the latest ntfsprogs
source and compile it with debug enabled?
You will need to do:
./configure --enable-debug
make
ntfsprogs/ntfslabel /dev/foo bar
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|