My suggestion would be to bump up debugging and see what is coming out to work out what Finder is actually doing. Potentially Finder is doing an operation and is getting a strange result back somewhere and failing. Finder, when it doesn't quite understand why something failed, will occasionally give misleading messages. I've seen it throw a permission denied like error when some of its metadata ops don't return normally.
Another reason could be that Lion has a change in the VFS layer which MacFUSE hasn't implemented or a change which it isn't handling correctly. Not having signed up for a Mac Developer Account and subsequent access to Lion or the documentation I can't comment here. AFAIK Finder runs as the logged in user like any normal user application. Finder doesn't like inconsistency and doesn't deal with it well resulting in weirdness. Cheers, Sam Moffatt http://pasamio.id.au On Wed, Apr 6, 2011 at 9:18 PM, Peter Stegemann <[email protected]> wrote: > On Apr 5, 2011, at 7:41 PM, Bryan Pham wrote: > >> Hi Peter, >> >> Finder always run as "root" process, and you need to "allow_others" or >> "allow_root" as a mounting option in order for it to work. > > I can't look into Finder, but from the outside it looks pretty much like it > runs from the logged in user. Do you know more about what has changed? > > And what's the suggested way to go? Setting "macfuse.tunables.admin_group" > and "allow_others" during installation wasn't exactly the suggested way to > go so far... > > Regards, > Peter > > -- > 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. > > -- 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.
