Re: Starting a Volume Filter KEXT
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rDd4K70ZA4OVmBwVgrXkaH6g+EKNULkXecsr0+dD42KNj8ZEvSwebBuW76++UhscJwu9+SUNyFMeQh8gRzX3np0775NiJO9r94U+z9HYB65IuJwybHqWdHu0LlnkTd3YRQ0A38M1XmMHeBwkStbSkG/y8MiKgYrWrFOCcl54Y7c= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RhrZ0o1nkJh88vhrmEXTGm8zYY1CwIlJtCz1+D3j/b8nkkJApfSivlEhcdtlRnBkfMHS2lvQrFxGCCn+bTdDzUY13N/F0FiP6XrDS3/PQcOryt32+VprGlrcjq+z/XSt5vd0Njb0ZJ+FTMZLmEuj2+Eh3JwymwdVEOLpv2gPZAA= We have a volume filter kext that we would like to start operating/ matching without having to restart. How can we make that happen? I've tried a few flavors of installing the kext file, and touching / System/Library/Extensions/ but when an appropriate drive is inserted, the kext is not loaded. Of course restarting causes everything to work just dandy. How do we get the kext cache to notice our new file? Thanks for the help, ...Duane Murphy Try running "/sbin/kextload <path to your kext>". There's a man page for this tool as well. -Jason _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 4/10/07, Duane Murphy <duanemurphy@mac.com> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
Jason Townsend