Re: Top layering of mass storage driver stack
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi Yogesh, If i want to perform the read/write operations on these partitions,does i need to write partition scheme driver or filter scheme driver??? Dan On 5 Jan 2005, at 1:22 AM, Yogesh P wrote: Hi Folks, Suppose, i created the logical partitions or raid partitions using disk-utility which underneath use AppleRAID for the operations. Any pointers,reply certainly helps. Thanks, YOGESH PAHILWAN (SOFTWARE ENGINNER) S P Software Technologies (I) Pvt. Ltd. (An ISO 9001:2000 Company) Pune, Maharashtra, India - 411 004. Tel : 91-20-4006154, 4006983, 4007503. Fax : 91-20-4006153. Email : pahilwan.yogesh@spsoftindia.com Visit us at : www.spsoftindia.com _______________________________________________ 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... No. You can read and write to these partitions through /dev/disk* in BSD. I am working on the AppleRAID kext. I know that the AppleRAID kext is placed at the top layer in the mass storage driver stack means at device service layer.Its layering is above block storage driver and below BSD layer. If i want to perform the read/write operations on these partitions,does i need to write partition scheme driver or filter scheme driver??? And at what layer my driver will be reside???Is it reside above the layer of AppleRAID kext or is it placed at the same layer where AppleRAID is???? _______________________________________________ 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/ markarian%40apple.com This email sent to markarian@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Dan Markarian