I executed a hexdump-command via telnet on the NAS now.
The situation:
I created a test-folder on the NAS.
Then I created a "ubuntu-ö.txt" in Ubuntu and a "winXP-ö.txt" in WinXP.
Content of both files is "ö" (in case it doesn't show correctly - it's the Umlaut of "o")
This is the output:
guenther@Guenther:~$ telnet 10.0.0.6
Trying 10.0.0.6...
Connected to 10.0.0.6.
Escape character is '^]'.
/ # cd mnt/HD_a2/test
/mnt/HD_a2/test # ls
ubuntu-├╢  winXP-ö.txt
/mnt/HD_a2/test # ls * | hexdump -bc
0000000 165 142 165 156 164 165 055 342 224 234 342 225 242 012 167 151
0000000   u   b   u   n   t   u   - 342 224 234 342 225 242  \n   w   i
0000010 156 130 120 055 303 266 056 164 170 164 012                   
0000010   n   X   P   - 303 266   .   t   x   t  \n                   
000001b
/mnt/HD_a2/test #
I added a screenshot (taken in Ubuntu), in case the special characters don't show correctly.
I don't understand all that well enough. So does that give any hint to what's happening?
http://forum.dsmg600.info/attachment.php?item=668