I am trying to mount read-write a ntfs partition with no success for a hours ... I tried fusefs-ntfs,but the service fusefs refuses to start even with fusefs_enable="YES" to /etc/rc.conf and fuse_load="YES" to /boot/loader.conf . #service fusefs start Starting fusefs. kldload: can't load /usr/local/modules/fuse.ko: Exec format error #kldload /usr/local/modules/fuse.ko kldload: can't load /usr/local/modules/fuse.ko: Exec format error Then, I try to recompile the fusefs-kmod port : #cd /usr/ports/sysutils/fusefs-kmod/ && make install clean it stops after seconds with this output : 7 errors generated. *** [fuse_vnops.o] Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0/fuse_module. *** [all] Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-498acaef33b0. *** [do-build] Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod. *** [build] Error code 1 Stop in /usr/ports/sysutils/fusefs-kmod. Trying with pkg_add : #pkg_add -r fusefs-kmod pkg_add: You appear to be using the newer pkg(1) tool on this system for package management, rather than the legacy package management tools (pkg_*). The legacy tools should no longer be used on this system. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-10-current/Latest/fusefs-kmod.tbz... Done. pkg_add: package 'fusefs-kmod-0.3.9.p1.20080208_10' or its older version already installed I have no fusefs-kmod installed and I can not run both fusefs-ntfs and ntfsprogs without it ... Very bad situation! Hope the port will be repaired soon ... Thakns!
Maintainer of sysutils/fusefs-kmod, Please note that PR ports/175798 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/175798 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Do you still have the problem? FreeBSD 10 now natively has the fusefs kernel module, so it doesn't need it get it from ports. regards, Bapt
State Changed From-To: feedback->closed Feedback timeout.