Re: TAKE2: Problems testing with IOStorageFamily.kext
Re: TAKE2: Problems testing with IOStorageFamily.kext
- Subject: Re: TAKE2: Problems testing with IOStorageFamily.kext
- From: Dan Markarian <email@hidden>
- Date: Thu, 15 Jan 2004 11:46:08 -0500
Hi Chris,
It sounds like your open on the device was closed at some point. The
strategy will return an EACCES on a read should that device not still
be open.
The Storage Family does not return EACCES on a read in any other
context, however, it is plausible the error came from a driver below
the family, of course.
Dan
On Jan 14, 2004, at 6:33 PM, Chris Walters wrote:
I'm developing a File System which is getting an EACCES error from
doing a strategy call to the IOStorageFamily. I need to be able to
build and install a debug version of IOStorageFamily. Building it is
easy (with either ProjectBuilder or pbxbuild)... the problem is when I
install and restart the system I get the "No Entry" symbol.
Could somebody explain why my kext isn't working...
* do I have to copy more than just the kext?
* is there a difference between building with ProjectBuilder or
pbxbuild?
Thanks.
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.