|
Class Driver Architectures
If you need a lower level implementation than that offered by the filesystem storage stack, we can give you access to block level devices. We have implemented class drivers for a wide range of storage devices including
Harddisk
Optical drives
Virtual disk devices
Tape devices
If all you need is to monitor or modify the block level data going to these devices, we offer a class filter driver. This filter sits above the class drivers and can perform functionality at the block level such as
Data re-direction
Block Encryption
Access Monitoring
Data scanning
Software RAID implementations
|