Jump to content

NTFS Partitions Charset Problem [solved]


Guest Anil TANGUL
 Share

Recommended Posts

Guest Anil TANGUL

i can not see any foreign characters ( utf-8 / iso8859-9 charsets like çö?ü?? ÇÖ??Ü?) in filenames at my mounted hd's windows ntfs.

my /etc/fstab contains:

 /dev/hda1 /anil1 ntfs umask=0,iocharset=utf-8,codepage=850 0 0
/dev/hda5 /anil2 ntfs umask=0,iocharset=utf-8,codepage=850 0 0

i have also tried UTF-8, iso8859-9, ISO-8859-9 as iocharset and couldn't not mounted the drives. how can i solve this problem?

thanks for your help.

 

SOLVED:

the problem is solved and everything works fine when i tried this (in /etc/fstab):

/dev/hda1 /anil1 ntfs umask=0,iocharset=utf8,codepage=850 0 0
/dev/hda5 /anil2 ntfs umask=0,iocharset=utf8,codepage=850 0 0

Edited by Anil TANGUL
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...