fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

load failed for extension fusefs.kext #346

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I enter the following line into the terminal:
      /usr/local/bin/sshfs user@*.*.*.*:/Users/user/ /Users/user/Library/Mounts/imac -o 
uid=501,volname=iMac

2. I get the following error output :

kld(): 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext/Contents/MacOS/fusefs 
load 
command 2 unknown cmd field
kextload: kld_load_from_memory() failed for module 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext/Contents/MacOS/fusefs
kextload: a link/load error occured for kernel extension 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext
load failed for extension 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext
 (run kextload with -t for diagnostic output)
the MacFUSE file system is not available (1)

What is the expected output? What do you see instead?
I expect to see the drive mount, instead I see the error.

What version of the product are you using? On what operating system?
sshfs -V

SSHFS version 1.7
MacFUSE library version: FUSE 2.7.1 / MacFUSE 1.5.0
MacFUSE mount version 1.5.0
MacFUSE kernel interface version 7.8

Please provide any additional information below.
I can't think of anything to put here, this command was working before I 
updated to the most 
recent version.

Thank you!

Original issue reported on code.google.com by erniep...@gmail.com on 2 May 2008 at 5:02

GoogleCodeExporter commented 8 years ago
What version of Tiger are you running?

What's the output of the following command on your system?

uname -a

Original comment by si...@gmail.com on 2 May 2008 at 6:34

GoogleCodeExporter commented 8 years ago
Are you on PowerPC?

If so, this could be an Apple/XCode bug that I didn't realize earlier. Try 
running the following command from the Terminal and see if 
it fixes your issue:

sudo strip -arch ppc -no_uuid -S 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext/Contents/MacOS/fusefs

Original comment by si...@gmail.com on 2 May 2008 at 7:20

GoogleCodeExporter commented 8 years ago
I had the same problem (with powerpc too) and with the above command it fixed, 
thanks.

Original comment by jorge.ma...@gmail.com on 3 May 2008 at 12:06

GoogleCodeExporter commented 8 years ago
Those who run into this issue, use the aforementioned fix (the "strip" 
command). The next release shouldn't have 
this issue.

Original comment by si...@gmail.com on 3 May 2008 at 6:03

GoogleCodeExporter commented 8 years ago
Thank you for reply.

I tried the command that you sent, and it did work.  I am on a PPC laptop, so 
that was the fix.

Here was my uname in case you needed it:

Darwin Powerbook-G4-OSX.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 
18:26:00 PDT 2007; 
root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc

Thank you!

Original comment by erniep...@gmail.com on 6 May 2008 at 4:09

GoogleCodeExporter commented 8 years ago
Could a new release be made with the fix please? Many NTFS-3G/OS X users are 
keep
reporting this problem. Thanks.

Original comment by sz...@ntfs-3g.org on 6 Jun 2008 at 4:25

GoogleCodeExporter commented 8 years ago
Hello everyone,

I'm also experiencing the problem described above. My uname is:

Darwin philipp-heims-mac-mini.local 8.11.0 Darwin Kernel Version 8.11.0: Wed 
Oct 10
18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc

If I run the "sudo strip" command, I'm asked for my password. After having 
entered it
I just get: "sudo: strip: command not found". Any ideas?

Original comment by philipp....@gmail.com on 14 Jun 2008 at 6:22

GoogleCodeExporter commented 8 years ago
I am on a PPC system and I am experiencing the same problem.  When I entered 
the command I received he 
following error:
strip: unrecognized option: -no_uuid
Usage: strip [-AnuSXx] [-] [-d filename] [-s filename] [-R filename] [-o 
output] file [...] 

Any ideas ?

Original comment by hassa...@gmail.com on 20 Jun 2008 at 4:07

GoogleCodeExporter commented 8 years ago
Perhaps your Developer Tools are too old. Try this strip binary (note that 
strip is open source and you can also 
compile it yourself):

http://osxbook.com/tmp/strip.bz2

Original comment by si...@gmail.com on 20 Jun 2008 at 4:59

GoogleCodeExporter commented 8 years ago
I tried that and I still get the same error.  This is what i did.  I downloaded 
wget and I used that to get the file 
and I saved it in the /usr/local/bin directory.  Then I went into the directory 
and typed "bzip2 -dk strip.bz2" 
this created a new file called "strip".  In this same directory I typed "sudo 
strip -arch ppc -no_uuid -S 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext/Contents/MacOS/fusefs"

It gives me the same error message as before.  I should mention that I am new 
to MAC and I may have made 
trivial mistake somewhere.  Do I have to install the strip that gets 
uncompressed by the "bzip22 -dk 
strip.bz2" command?  (How do I do that?)  I am assuming that the file generated 
from that command is what I 
need and then I am running your command.

Thank you very much for your help.

Original comment by hassa...@gmail.com on 20 Jun 2008 at 9:16

GoogleCodeExporter commented 8 years ago
Are you sure the strip being invoked is indeed the one you downloaded? Try 
"./strip" explicitly instead of just 
"strip".

Original comment by si...@gmail.com on 20 Jun 2008 at 10:05

GoogleCodeExporter commented 8 years ago
Before I got your latest reply, I decided to download the latest version of 
Developer Tools from Apple.  Then I ran "sudo strip -arch ppc -no_uuid -S 
/System/Library/Filesystems/fusefs.fs/Support/fusefs.kext/Contents/MacOS/fusefs"

And it worked!  Then I tested it by trying to connect an NTFS drive and writing 
to 
it, which worked as well.

I deeply appreciate your help.

Original comment by hassa...@gmail.com on 20 Jun 2008 at 11:10

GoogleCodeExporter commented 8 years ago
I have tried ALL of the above suggestions. I have installed the latest
MacFUSE-2.0.3,2, NTFS-3G_1.5130u2-stable-catacombae, and Developer Tools 
xcode312_2621.

I have run the strip command (BTW fuse.fs is not locaterd in 
Library/Filesystems, not
System/Library/Filesystems).

The old MacFuse worked just fine. I get the "failed to mount" error every time 
and I
am absolutely going nuts.

Someone please help.

Original comment by edwards...@gmail.com on 29 Dec 2008 at 4:40

GoogleCodeExporter commented 8 years ago
this did not work for me, probably because this is a ppc command and I have 
MacPro,
Intel.

Original comment by dawgj...@aol.com on 12 Sep 2009 at 4:44

GoogleCodeExporter commented 8 years ago
on macbook pro, intel, snow leopard 10.6.1, fresh install, 64-bit mode, I have 
the same error message

uname-a :
Darwin macflashy.local 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:46:25 
PDT 2009; root:xnu-
1456.1.25~1/RELEASE_X86_64 x86_64

Original comment by nicolas....@gmail.com on 25 Oct 2009 at 6:48

GoogleCodeExporter commented 8 years ago
its bc of 64 bit, macfuse does not find some lib
newly compiled and hopefullly future official versions will fix it

in the meantime :
http://groups.google.com/group/macfuse/msg/f7de55623e8b8f57?

Original comment by nicolas....@gmail.com on 25 Oct 2009 at 6:55

GoogleCodeExporter commented 8 years ago
Thank you for that quick fix. Worked great!

Original comment by almonte....@gmail.com on 19 Dec 2009 at 7:12

GoogleCodeExporter commented 8 years ago
Link http://groups.google.com/group/macfuse/msg/f7de55623e8b8f57? doesn't work. 
:(
Can you give another link?
Thank you.

Original comment by gurskym...@gmail.com on 8 Jan 2010 at 2:24

GoogleCodeExporter commented 8 years ago
same here.. where could we find a recent compile? thanks.

Original comment by niels.p...@gmail.com on 2 Feb 2010 at 8:26

GoogleCodeExporter commented 8 years ago
This worked for me SL 64bit

As of MacFuse 2.0, the entire stack is available in 64-bit. Not sure about 
TrueCrypt,
but you don't seem to be getting that far anyhow, probably because the default
MacFuse build is broken. You can download a hopefully fixed 64-bit MacFuse at
http://static.caurea.org/MacFUSE/MacFUSE-2.1.7.dmg

Original comment by bradleya...@gmail.com on 1 Mar 2010 at 5:48

GoogleCodeExporter commented 8 years ago
@bradleyawright - That 2.1.7 build worked for me. Thanks so much for posting 
it!!

Original comment by savv...@gmail.com on 19 Mar 2010 at 1:48

GoogleCodeExporter commented 8 years ago
Many thanks for posting that MacFUSE-2.1.7.dmg, this fixed the error for me. 
Thanks
again.

Original comment by mac...@gmail.com on 30 Apr 2010 at 12:31

GoogleCodeExporter commented 8 years ago
I can confirm that 2.1.7 solves 64 bit compatibility issues. Thanks :)

Original comment by thedotedge on 21 May 2010 at 5:26

GoogleCodeExporter commented 8 years ago
same error here 
And i get after install 2.1.7

this MacFUSE library version is incompatible with the MacFUSE kernel extension

Original comment by jassin.M...@gmail.com on 23 Aug 2010 at 6:47

GoogleCodeExporter commented 8 years ago
i installed 2.1.7 for Mac 10.6(64 bit), but i still cannot use truecrypt.
mount a volume, and extract a big .zip file to the volume, it is always failed.
can anybody know why?

Original comment by wangpeng...@gmail.com on 31 Dec 2010 at 10:26

GoogleCodeExporter commented 8 years ago
Many thanks for the MacFUSE-2.1.7.dmg, this fixed the error to for me.

Original comment by yann...@vermeire.eu on 9 Feb 2011 at 1:14

GoogleCodeExporter commented 8 years ago
Thanks #20, worked for me, and #25 with TrueCrypt too ;)

Original comment by aabi...@gmail.com on 13 Feb 2011 at 9:23

GoogleCodeExporter commented 8 years ago
OMG - I have speant like 6 hours tonight trying every version or solution I 
could find. THIS WORKS!!!!!!!!!!

Why isn't this solution rolled out into the Google MacFuse opensource site? Did 
someone modify the macfuse, or is that 2.1.7 really released? Why doesnt the 
updater see it? I mean, it works PERFECT now, I am just skeptical about the 
file...

Original comment by galax...@gmail.com on 18 Feb 2011 at 8:49

GoogleCodeExporter commented 8 years ago
thank you so much for the MacFUSE-2.1.7.dmg !  it fixed my problems!!

Original comment by nmayh...@gmail.com on 14 Mar 2011 at 6:33

GoogleCodeExporter commented 8 years ago
Take care, the version posted on cauroa is said to be not threadsafe!

Original comment by retoschu...@gmail.com on 18 Mar 2011 at 8:33

GoogleCodeExporter commented 8 years ago
See also discussion on: 
http://groups.google.com/group/macfuse/browse_thread/thread/97951b355e57db56

Original comment by retoschu...@gmail.com on 18 Mar 2011 at 8:41

GoogleCodeExporter commented 8 years ago
and another link (sorry for the spamming)
http://osdir.com/ml/macfuse/2011-03/msg00027.html

Original comment by retoschu...@gmail.com on 18 Mar 2011 at 9:49

GoogleCodeExporter commented 8 years ago
If MacFuse 2.1.7 is considered stable, could it be added to the main page? The 
version listed there is 2.0.3.

Original comment by andrejoh...@gmail.com on 19 Mar 2011 at 1:02

GoogleCodeExporter commented 8 years ago
Thank you for all the comments i had the same problem in the new mac pro.... 
mine works with the MacFUSE-2.1.7.dmg.... thank you very much......

Original comment by rast...@gmail.com on 20 Apr 2011 at 2:40

GoogleCodeExporter commented 8 years ago
why isn't this MacFUSE-2.1.7.dmg posted on the download section ?

I've first downloaded the version 2.0.3 which is 32 bit and had to look around 
and finally found this here, in this ticket.

thank you

Original comment by somek...@gmail.com on 24 May 2011 at 2:07

GoogleCodeExporter commented 8 years ago
Thanks for 2.1.7, it fixed my problem on a new mac book pro.  Did not have this 
problem on my old one.

Original comment by mest...@gmail.com on 27 May 2011 at 6:06

GoogleCodeExporter commented 8 years ago
Likewise for the 2.1.7 download in Comment #20 fixing this problem on my 15" 
2.2 GHz i7 core MacBook Pro. Thanks!!

I was brought here from the log in MacFusion, so here are some more keywords 
for people seeking this problem:

"Could not mount filesystem: Mount process has terminated unexpectedly."

Original comment by angela.b...@acquia.com on 4 Jun 2011 at 11:18

GoogleCodeExporter commented 8 years ago
I am having the same errors when i wanted to downgrade Tuxera NTFS-3G to the 
Freeware NTFS-3G from http://macntfs-3g.blogspot.com

i purchased the comercial tuxera ntfs-3g but now i am having troubles with this 
tuxera version.
i have the freeware version of the NTFS-3G installed on my other macs.

they all work good togeather but when i want to mount truecrypt volumes with 
the tuxera version it tells me:
"Libary/Filesystem/fuse.fs/Support/fuse.kext failed to load - (libkern kext) 
link error; check the system/kernel logs for errors or try kextutil(8)" the 
macfuse system is not available (71)

so i wanted to downgrade the tuxeraNTFS to the Freeware NTFS-3G then the same 
error like above occured when i wanted to plugin my regular non encrypted 
drive. Also Tuxera doesn't understand mac file attributes from the freeware 
NTFS and the opposite way.

Though the Freeware works better than the comercial one i would like to know 
how to downgrade it without troubles and also to harmonize with the other 
macs...

Thanks for any hint's that would lead to a solution for the problem.

tuxera ntfs is running on the newest MacbookPro i7 with MacOs X 10.6

Original comment by schaller...@googlemail.com on 23 Jun 2011 at 4:24

GoogleCodeExporter commented 8 years ago
I encounter the exact same experience as per comment 38. I installed Tuxera 
file thinking it was a free software. It worked well but as per 15 days trial, 
I uninstalled everything and reinstalled latest free version of NTFS 3g as well 
as beta version of MACFuse (2.1.5).

Error message for my hard drive is now 
"Libary/Filesystem/fuse.fs/Support/fuse.kext failed to load - (libkern kext) 
link error; check the system/kernel logs for errors or try kextutil(8)" the 
MACFuse file system is not available (71)

I did not tried yet the 2.1.7 as not available from the installer itself. Is 
there any release soon ?

I do nt know if commercial tuxera software is somehow locking the system or if 
I missed something else (wrong uninstall / missing procedure...)

Thanks to enlighten me, I am lost !

Original comment by Nicolas....@gmail.com on 4 Jul 2011 at 9:55

GoogleCodeExporter commented 8 years ago
this version fixed the problem!!
MacFUSE-2.1.7.dmg

thanks for the help!!!!!

Original comment by rluen...@gmail.com on 10 Jul 2011 at 2:41

GoogleCodeExporter commented 8 years ago
Thanks for posting the link to the pkg with 64-bit binaries that actually load, 
the workaround was getting a bit old.. I am a bit handier with the 
kextutil/kextload/kextunload commands... I know its against policy to post a 
simple thank you but this will help many folks who are currently pounding their 
head on the keyboard.  Again MacFUSE-2.1.7.pkg has loadable 64-bit bianaries 
and should be added to the "current downloads" list and should be loaded as the 
"beta version" that is loaded in the auto-updater in the preference pane. 
Thanks again!

Original comment by posimosh on 10 Jul 2011 at 8:04

GoogleCodeExporter commented 8 years ago
I began to experience issues when I left my MacBook Pro, less than 8 months 
old, unplugged for a couple of days. Lost the clock settings and ability to 
write to NTFS drives. Here's the link that finally solved my issue:  
http://www.tuxera.com/mac/macfuse-core-10.5-2.1.9.dmg

Good luck to all who come across this.

Original comment by jmevalen...@gmail.com on 16 Jul 2011 at 9:12

GoogleCodeExporter commented 8 years ago
Thanks jmevalen...! (or whatever it is)
My iMac running OSX 10.7 now recognizes my 1TB samsung disk again!

Original comment by s1h4...@gmail.com on 21 Jul 2011 at 8:58

GoogleCodeExporter commented 8 years ago
Hello everyone, 
Since I have upgraded to Mac OS X Lion 10.7, Macfuse is not working. It gives 
me error and Mac now can not read or write on NTFS external HD. Moreoever, I 
can not see my bootcamp HD partition that contain a windows 7 version, but 
still I can boot up to windows and get access to it by pressing the option key. 
I tried to uninstall the Macfuse but it does not seem to work. Also, I 
downloaded again the latest version, but still it is not working. Can anyone 
help or advise regarding this issue please. Appreciate your help. Thanks, 
Bashar.

Original comment by basharz...@gmail.com on 29 Jul 2011 at 9:50

GoogleCodeExporter commented 8 years ago
I have the same problem as basharz could anyone help?
Thanks in advance !!

Original comment by lazaroiu...@gmail.com on 6 Aug 2011 at 8:31

GoogleCodeExporter commented 8 years ago
I have found the solution. Update to the new Beta version and it works fine. 
But it shows from time to time a message saying that there is a delay in 
disengaging NTFS HD but you click close and it will work find. You can writ and 
copy on NTFS drive. But I still can not see the Bootcamp partition while I am 
on Mac System. This is strange but maybe because it is a Beta version and they 
will make it better in the next release. 

Here is the link

http://roaringapps.com/app:872

Original comment by basharz...@gmail.com on 6 Aug 2011 at 8:45

GoogleCodeExporter commented 8 years ago
Works great with 2.1.9beta - tested with FAT.

Original comment by matthias...@gmail.com on 9 Aug 2011 at 8:34