Which version of MacFUSE are you using?

You shouldn't need a separate mount script or need to do anything
extraordinary to get your file system to work. The Python file system
examples that come with the Python bindings (hello.py and xmp.py) work
fine out of the box. My setup is an *official* MacFUSE build
(available from this web site) and the official Python bindings tree
(http://fuse.sourceforge.net/wiki/index.php/FusePython).

Linux and Mac OS X have different tolerances towards the results your
file system could be returning. I'd try looking at the debug output ("-
d" mount-time option) to see what's happening.

Amit

On Jun 1, 1:21 pm, Richard Crowley <[EMAIL PROTECTED]> wrote:
> Amit Singh wrote:
> > The lsof warning suggests that you are mounting your file system as
> > another user (perhaps using "sudo"). Look at the discussion of
> > 'allow_other' in the MacFUSE documentation on command-line options:
> *snip*
> > Also, why do you need to use "mount -t powncefs"? Wouldn't you need
> > mount_powncefs to reside under /usr/sbin for it to even work?
>
> I've tried both with and without sudo (thinking I'd need sudo to use
> `mount ...` properly).  It doesn't seem to make a difference, so I've
> stopped using sudo.  I've been following some of the things GmailFS did
> (seehttp://blog.macos.fr/post/2007/01/18/GMailFS-for-Mac-OS-X), which
> is why I've got a mount_powncefs script symlinked from /usr/sbin.  I get
> the same behavior from `ls`/`lsof`/`df` if I mount by simply running
> `./powncefs.py mnt`.
>
>  From poking around, it seems that my getattr() function is returning a
> reasonable value - an os.stat_result - but perhaps some of those values
> are raising concerns in the OS?
>
> Thanks for your help,
>
> Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to macfuse-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to