Where did you get "MacFUSE Core" (the kernel extension, library, headers etc.?) Which version? I just compiled and ran HelloFS from a freshly checked out svn tree--it mounts as expected.
Based on the "subtype" error message, it sounds like you may be mixing versions here. MacFUSE 0.4.0 has a "subtype" argument. The latest subversion tree (and subsequent MacFUSE releases) use "fssubtype" instead of "subtype", because the latter is used for a different purpose by the Linux part of the user-space library. Either compile everything yourself, or use binary versions of everything available from this site and compile only your file system. Amit On Aug 3, 2:45 pm, davec <[EMAIL PROTECTED]> wrote: > i'm sorry i'm such a n00b here, really. > > okay i got the Cocoa one compiling and it runs however no mount. i > get this in the console: > Running... > 2007-08-03 14:31:22.678 HelloFuse[694] mounting on: /Volumes/Hello > kextload: /System/Library/Filesystems/fusefs.fs/Support/fusefs.kext > loaded successfully > invalid value for argument subtype > > which is what i've been getting all along on my own (C++) project, so > I had assumed I was doing something wrong. So apparently not. Any > hint? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
