I've installed japanese fonts
sudo apt-get install ttf-takao-mincho
and I mounted my drive specifying utf8
sudo mount -t vfat /dev/sdc1 /media/HERMES -o uid=1000,gid=1000,iocharset=utf8,dmask=027,fmask=137
but japanese file names show up as ??? in terminal and on my samba share, it shows up as numbers+characters.
How do I fix this?

cifsinstead ofvfat? ubuntuforums.org/showthread.php?t=288534 – desgua May 6 '12 at 14:32sudo mount -t cifs //orion/HERMES /media/HERMES -o guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777– Azeworai May 7 '12 at 13:01