Hello, I've implemented a MacFUSE application that runs on OSX Snow Leopard and passes the following parameters to fuse:
./myapp /Volumes/MyApp -f -omodules=treadid - oauto_cache,defer_permissions,allow_other,volname=MyVol -o volicon=Volume.icns I execute fuse using fuse_main(), and in 99% of cases it runs fine. However, I have a small subset of users who can't run my app, and get the error displayed in the subject: mount_fusefs: failed to mount /Volumes/MyVol@/dev/fuse0: Operation not permitted I'm wondering if anyone has run by this error before; and if so, knows how I can resolve it, or what I can do to investigate it further Thanks! -E -- You received this message because you are subscribed to the Google Groups "MacFUSE" 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?hl=en.
