Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filter driver in Solaris

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am migrating from NT. Does anyone know how to implement a filter driver in Solaris? I need to write a filter driver to intercept all the communications to/from the hard disk block device. I think I should write a pseudo block device driver and this pseudo block device must layer between the hard disk device and the file system. But how to implement the interfaces with the file system? Also how to implement the interfaces with the hard disk? I mean how can I insert my filter driver into the driver stack. Do I need to implement all the block device driver entries in my pseudo block device driver? Can you give me a simple example? Thank you very much.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top