Не могу примонтировать ntfs с поддержкой cp866 FreeBSD 5.1
Что делать?
test# mount -t ntfs -o utf8=yes /dev/ad4s1 /mnt/nt
ntfs: -o utf8=: option not supported
test# mount -t ntfs -o iocharset=cp866 /dev/ad4s1 /mnt/nt
ntfs: -o iocharset=: option not supported
>Не могу примонтировать ntfs с поддержкой cp866 FreeBSD 5.1
>Что делать?
>
>test# mount -t ntfs -o utf8=yes /dev/ad4s1 /mnt/nt
>ntfs: -o utf8=: option not supported
>test# mount -t ntfs -o iocharset=cp866 /dev/ad4s1 /mnt/nt
>ntfs: -o iocharset=: option not supportedПравильно! Там нет таких опций.
man mount_ntfs
>Правильно! Там нет таких опций.
>man mount_ntfs
Правильно - НЕТУ! Поэтому и пишу сюда :)
И что делать?
>>Правильно! Там нет таких опций.
>>man mount_ntfs
>Правильно - НЕТУ! Поэтому и пишу сюда :)
>И что делать?прочитать
man mount_ntfs
и как советуют там, заодно
man mount_msdosВыдержка из man mount_ntfs
-W u2wtable
Specify UNIX to Unicode translation table. See mount_msdos(8)
for the description of this option.