You are not logged in.

#1 2007-07-12 03:47:39

Strawberry
Member
Registered: 2007-06-21
Posts: 4

Japanese/Russian files won't show up [Solved]

I have a ntfs formatted drive I'm trying to pull data off, which is working fine except that there are a few important files with japanese and russian filenames that it won't detect at all. I've configured UTF8 as best as I can tell, but I just need to get the system to where it'll read these files along with all the other latin files. Any ideas?

Last edited by Strawberry (2007-07-12 03:58:50)

Offline

#2 2007-07-12 03:54:46

tardo
Member
Registered: 2006-07-15
Posts: 526

Re: Japanese/Russian files won't show up [Solved]

hmm, i know this problem. try remounting with

mount -o remount,rw,iocharset=utf8,codepage=932 /dev/[ntfs drive] /path/to/mount

mount's manpage should help. codepage=932 is for japanese filenames, i don't know what the number is for russian (you can google it).

Offline

#3 2007-07-12 03:58:37

Strawberry
Member
Registered: 2007-06-21
Posts: 4

Re: Japanese/Russian files won't show up [Solved]

Mounting with utf8=true fixed the problem, thanks tardo!

Offline

Board footer

Powered by FluxBB