To create a virtual storage reference that facilitates sharing, archiving, backup/restoring. LastDrive will keep the orginal files and storage device intact, and will not cache/store physical files within its repository.
BDwrap is a template for writing stackable block device drivers on Linux. It's clean interface hides the complexity of device handling, asynchronous calls, buffer cache interaction, etc. It is a great tool to develop stacked block drivers quickly.