Код: Выделить всё
# ntfs-3g -o rw,locale=ru_RU.UTF-8 /dev/da0s1 /mnt/flash/
fuse: failed to open fuse device: No such file or directory
Код: Выделить всё
# grep -A 1 'REVISION="' /usr/src/sys/conf/newvers.sh
REVISION="8.2"
BRANCH="RELEASE"
Код: Выделить всё
# uname -a
FreeBSD serv0.local.dim 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Mar 22 20:49:37 MSK 2011 root@serv0.local.dim:/usr/obj/usr/src/sys/BAGAS i386
Код: Выделить всё
# /usr/local/etc/rc.d/fusefs start
Starting fusefs.
kldload: can't load /usr/local/modules/fuse.ko: No such file or directory
Код: Выделить всё
# ls -al /usr/local/modules/ | grep fuse
-r-xr-xr-x 1 root wheel 66717 13 мар 20:25 fuse.ko
Код: Выделить всё
# kldload fusefs
kldload: can't load fusefs: No such file or directory
Код: Выделить всё
cp /usr/local/modules/fuse.ko /boot/kernel
Код: Выделить всё
# cat /etc/rc.conf | grep fuse
fusefs_enable="YES"
В ядро добавленна поддержка ntfs
Код: Выделить всё
#ntfs
options NTFS
options NTFS_ICONV