Joel, You need to watch for kernel events (outside of macfuse) in order to achieve this. Amit (MacFuse author) has already done this.
http://www.osxbook.com/software/fslogger/ Best, bryan On Tue, Mar 15, 2011 at 12:56 AM, Joel Reymont <[email protected]> wrote: > Sam, > > On Mar 15, 2011, at 8:52 AM, Sam Moffatt wrote: > > > You won't ever see the source of where an operation is coming from > > because a copy/move is an that application opening one location, > > reading bits into memory and writing it back at the location you just > > received. > > My goal is to store "links" back to physical files on the Mac in my virtual > FS. > > I don't want to trigger the actual copying of the files until a later time. > > Are you saying this is impossible? > > Thanks, Joel > > -------------------------------------------------------------------------- > - for hire: mac osx device driver ninja, kernel extensions and usb drivers > ---------------------+------------+--------------------------------------- > http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont > ---------------------+------------+--------------------------------------- > > > > -- > 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. > > -- Bryan Tri Pham -- 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.
