Hi Amit,

I'm working correcting my implementation of Resource Forks in our UDF  
file system.  UDF (version 2.0 and later) uses named streams to  
implement resource forks.

By implementing xattrs, I've gotten things to work correctly under  
10.5, but under 10.4, the operating system is still using AppleDouble  
files.

I could create a translation layer, that translates accesses to the  
AppleDouble header file into named stream (xattr) access, but this  
seems like it would be very complicated because I would have to be  
continually manipulating the content of the AppleDouble header file.

Ideally, I would like the MacFuse layer to use the xattr mechanism  
when accessing resource forks under Mac OS X 10.4.  How difficult  
would this be to achieve?

Thanks for your time,

Ron Aldrich
Software Architects, Inc.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" 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-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to