Opened 14 months ago

Last modified 7 months ago

#1439 new defect

NTFS can't display files encoded in some charsets

Reported by: andysongxt Owned by:
Priority: minor Milestone:
Component: Backend Version: 8.2.0-BETA2
Keywords: Chinese character Cc:

Description

It's weird and never happened on 0.7.x.

when I tested CIFS/Samba in FreeNAS 8(8.0.4 & 8.2b) from a win7 client to the imported exsiting ntfs drive, the file and directory were not listed if there is any Chinese characters in this file or directory, only listed those files in english. Console shows "ntfsmount[3847]: skipping unpresentable filename (inode xxx) Illegal byte sequence"

I'm not sure if it's a configuration issue, but it never happened in my FreeNAS 0.7.x installation, which is "install and run" without this problem.

Please check.

Change History (7)

comment:1 Changed 14 months ago by william

Did you try changing the unix charset in CIFS settings?

comment:2 follow-ups: Changed 14 months ago by william

Never mind about above comment... I didn't see the nsfmount error...

What if you try to manually umount and mount it with:
ntfsmount /dev/adaXX /mnt/ntfsvolumename -o locale=zh_CN.UTF-8

Last edited 14 months ago by william (previous) (diff)

comment:3 Changed 14 months ago by william

  • Priority changed from blocker to major

comment:4 in reply to: ↑ 2 Changed 14 months ago by andysongxt

Replying to william:

Never mind about above comment... I didn't see the nsfmount error...

What if you try to manually umount and mount it with:
ntfsmount /dev/adaXX /mnt/ntfsvolumename -o locale=zh_CN.UTF-8

Sorry, I was not able to access Internet these days, will try manually umount and mount then back to you.

comment:5 in reply to: ↑ 2 Changed 14 months ago by andysongxt

Replying to william:

Never mind about above comment... I didn't see the nsfmount error...

What if you try to manually umount and mount it with:
ntfsmount /dev/adaXX /mnt/ntfsvolumename -o locale=zh_CN.UTF-8

It said "Failed to set locale to zh_CN.UTF-8 (continue anyway)."

Use "ls" to list all files, the same, can not list those files with Chinese.

comment:6 Changed 13 months ago by william

  • Summary changed from No show if file or directory with any Chinese characters(CIFS/Samba mode) to NTFS can't display files encoded in some charsets

comment:7 Changed 7 months ago by william

  • Milestone 8.2.0-RELEASE deleted
  • Priority changed from major to minor
Note: See TracTickets for help on using tickets.