Re: Interception of write system call at block level and not at FS level
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hello Yogesh, On Dec 27, 2004, at 10:12 PM, Yogesh P wrote: HI, I would like to implement a OSX file system call interception such as write call at block level and not at file system level(below FS level). Regards, --gc __________________________________________________________________ Garth Cummings Apple Developer Technical Support gcummings@apple.com http://developer.apple.com/technicalsupport _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com It sounds like a filter scheme would meet your requirements. Please see <http://developer.apple.com/documentation/DeviceDrivers/Conceptual/ MassStorage/07_Media_Example/chapter_7_section_1.html>. The sample code in the document is published separately here: <http://developer.apple.com/samplecode/SampleFilterScheme/ SampleFilterScheme.html> smime.p7s
participants (1)
-
Garth Cummings