Dotan Cohen wrote: > How can I mount an SD card (via USB card reader) to have a specific > filename encoding? My Fedora box is UTF-8, but the SD card in my Nokia > 6288 seems to be CP1255 or ISO-8859-8. What mount command should I > use? I read man mount and I see no mention of encodings. > > Thanks in advance. I have no idea if this will work or not...so let us know if it does... Have you looked at or tried the iocharset and/or codepage options of the mount command? I think you'd want to specify iocharset=iso8859-8,codepage=cp1255 Ed