Topic: mount and filename encoding
Dear Chumby owners,
I mount my NAS(Network Attached Storage, i.e. network disk) to Chumby music file as following:
insmod /drivers/cifs.ko
mount -t cifs //ip-of-NAS/music /mnt/myNAS -o username='usr', password='pwd'
But the filenames in Japanese and Chinese are all displayed in ??????.mp3
For me, if it could be display like that: would be enough:)
The NAS runs same as Chumby: busybox - embeded linux os.
I checked ENV of Chumby:
LANGUAGE=en_US
I think there must be problem of filename encoding within the process of mount.
But I don't know how to change this.
Could anyone help? thanks in advance!