Re: GUID Partition Type and custom partition types
Re: GUID Partition Type and custom partition types
- Subject: Re: GUID Partition Type and custom partition types
- From: Dan Markarian <email@hidden>
- Date: Fri, 29 Jun 2007 09:49:03 -0400
Hey Jim,
You can use the UUID as the kIOMediaContentHint. You can then match
on both.
<key>IOPropertyMatch</key>
<array>
<dict>
<key>Content Hint</key>
<string>MyCompany_MyContent</string>
</dict>
<dict>
<key>Content Hint</key>
<string>0A616D51-7C6B-4C42-BE07-DFC82F2997F3</string>
</dict>
</array>
You can use uuidgen(1) to generate a UUID.
Dan
On 28 Jun 2007, at 7:49 PM, Jim O'Connor wrote:
How does one associate a custom partition type with a GPT created
partition so one may do block level filtering? With the Apple
partition scheme this would be done with kIOMediaContentHint, for
instance.
Thanks,
Jim O'Connor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Filesystem-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden