Announcement

Collapse
No announcement yet.

Why cannot read arabic characters on vfat?!!!!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Why cannot read arabic characters on vfat?!!!!

    I have problem with files named in arabic letters on vfat partitions. it appears as ??. but in ntfs partitions it works fine and appear right. how i solve this. here is what i wrote in fstab

    /dev/sdb5 /media/DATA vfat utf8,umask=007,uid=0,gid=46,auto,rw,nouser 0 1

    #2
    Re: Why cannot read arabic characters on vfat?!!!!

    man mount shows this line
    codepage=value
    Sets the codepage for converting to shortname characters on FAT and VFAT filesystems. By
    default, codepage 437 is used.
    That might help you.

    Comment


      #3
      Re: Why cannot read arabic characters on vfat?!!!!

      I didnt understand what u want to say

      the line
      /dev/sdb5 /media/DATA vfat utf8,umask=007,uid=0,gid=46,auto,rw,nouser 0 1
      what i have to change in it to be the default values fo fat partitions??

      which value affect in language of files and folders? and what it should to be to read arabic files??

      Comment


        #4
        Re: Why cannot read arabic characters on vfat?!!!!

        I am afraid I do not know which codepage to use, bit I think you need a codepage=xxx in your options string
        /dev/sdb5 /media/DATA vfat utf8,umask=007,uid=0,gid=46,auto,rw,nouser,codepag e=xxx 0 1

        Since 437 is the default you know that is not the right one. You might Google
        arabic codepage and see what comes up. Or maybe arabic codepage linux mount.

        Comment

        Working...
        X