kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.2531

2008-12-03 Thread Dino Vliet
Hi people,

I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 running 
7.0 because when I try to load fusefs with this command, kldload 
/usr/local/modules/fuse.ko I get the following error:

kldload: can't load /usr/local/modules/fuse.ko: Exec format error

Adding fusefs_enable=YES to /etc/rc.conf and fuse_load=YES to 
/boot/loader.conf and rebooting doesn't help either, because then that error 
message is printed on the console.

uname -a gives:
FreeBSD zouk.telfort.nl 7.0-RELEASE-p6 FreeBSD 7.0-RELEASE-p6 #1: Thu Nov 27 
13:42:17 CET 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  amd64

pkg_info | grep fuse gives:

fusefs-kmod-0.3.9.p1.20080208_4 Kernel module for fuse
fusefs-libs-2.7.3   FUSE allows filesystem implementation in userspace
fusefs-ntfs-1.2531  Mount NTFS partitions (read/write) and disk images

Does anyone have a clue as to what is causing this behavior?
I prefer to keep the external harddisk in ntfs format, although I could easily 
reformat it as ufs or ext3 because my whole system environment consists of bsd 
and linux. But I don't know if I will violate maxtor's guarantee.

So I hope someone can help me with this.

Brgds
Dino








___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.2531

2008-12-03 Thread Kevin Kinsey

Dino Vliet wrote:

Hi people,

kldload: can't load /usr/local/modules/fuse.ko: Exec format error



What does 


$file /usr/local/modules/fuse.ko

 say, and do you have Linux support built and enabled?

Kevin Kinsey
--
A failure will not appear until a unit has passed final inspection.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.2531

2008-12-03 Thread Dino Vliet


--- On Wed, 12/3/08, Kevin Kinsey [EMAIL PROTECTED] wrote:
From: Kevin Kinsey [EMAIL PROTECTED]
Subject: Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error 
 fusefs-ntfs-1.2531
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Date: Wednesday, December 3, 2008, 3:56 PM

Dino Vliet wrote:
 Hi people,
 
 kldload: can't load /usr/local/modules/fuse.ko: Exec format error


What does 
$file /usr/local/modules/fuse.ko

 say, and do you have Linux support built and enabled?

Kevin Kinsey
-- A failure will not appear until a unit has passed final inspection.



***
Hi Kevin,

That command gives the following result on my system:

file /usr/local/modules/fuse.ko 
/usr/local/modules/fuse.ko: ELF 64-bit LSB relocatable, x86-64, version 1 
(FreeBSD), not stripped

I don't have linux support build and enabled. Is it necessary? 

Thanks
Dino



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]