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 (see http://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 -~----------~----~----~----~------~----~------~--~---