That's because by default, MacFUSE denies access to everybody
(including root) except the mounting user. There are good reasons for
this. Look at Q4.5 and Q4.5 in the FAQ:

http://code.google.com/p/macfuse/wiki/FAQ

You can "fix" this by explicitly relaxing this restriction at mount
time. See the 'allow_other' and 'allow_root' options:

http://code.google.com/p/macfuse/wiki/OPTIONS

Amit

On Jul 28, 6:24 am, WebDrive <[email protected]> wrote:
> Hi,
>  I'm testing MacFuse using the sample Objective-C LoopbackFS. I
> mounted a subdirectory on my disk and then used the posix_compat_test
> app to ensure that MacFuse and LoopbackFS were processing the I/O
> requests correctly. Everything works great. I then did some standard
> file copying, directory manipulation, etc and also used various apps
> to modify data on the mounted LoopbackFS volume and it worked.
>
>  So as a true test, I copied an Xcode project to the mounted volume
> then opened Xcode and was able to build the project. If I Build And
> Run it works fine, but if I Build And Debug the debugger fails to load
> with a 'can't find executable' error....but the exe does exist.
>
>  Does anyone know if this is an issue with Xcode, or is it somewhere
> in the MacFuse/LoopBackFS code?
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to