Hi all :-)

After I switched to OpenBSD, there are still some data in my old NTFS
partition. I've made the NTFS support into kernel, and successfully
mounted the NTFS partision.

The problem is, some filename of the data is encoded other than
ISO8859-1. In other UNIX-like systems, I could use savior option like
this:

Code:

mount -t ntfs -r -o iocharset=<ENCODING> /dev/<DEVICEPARTITION> /mnt



But the iocharset seems not be supported in OpenBSD, because the system told me:

Code:

mount_ntfs: -o iocharset: option not supported



Does this option be unsupported or just there exists some tweaks whick
I don't know?

Thx you guys and hope there would be someone to give me some hints :-)

Reply via email to