LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   NTFS partition: how to mount with UTF8 charset (https://www.linuxquestions.org/questions/linux-general-1/ntfs-partition-how-to-mount-with-utf8-charset-295851/)

NullDevice23 02-28-2005 09:30 AM

NTFS partition: how to mount with UTF8 charset
 
Hello,

If i mount my NFTS partition without charset= or nls= option, im getting errors from time to time:
Code:

NTFS-fs error (device hdc1): ntfs_ucstonls():
Unicode name contains characters that cannot be converted
 to character set iso8859-1.

I read it helps if i mount them with UTF8, but it doesn't work:

Code:

# mount -t ntfs -o nls=utf8 /dev/hda1 /mnt/c
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
      missing codepage or other error
      In some cases useful info is found in syslog - try
      dmesg | tail  or so

What can i do about that?


All times are GMT -5. The time now is 03:51 AM.