Sample Projects
| Sample Project | Description |
| (Desktop) Cached FUSE Drive | Demonstrates using the FUSE component to create a simple in-memory virtual drive with directory support with CBCache working as an intermediary caching mechanism. |
| (Desktop) FUSE Drive | Demonstrates using the FUSE component to create a simple in-memory virtual drive with directory support. |
| (Desktop) Memory NFS | A simple in-memory virtual drive with directory support built with the NFS component. |
| (Windows) Cached Folder Drive | Shows how to use CBCache when implementing a virtual filesystem with CBFS. Another locally accessible filesystem is used as a backend storage. |
| (Windows) Encrypted Drive | Shows how to route virtual filesystem requests to disk with simple on-the-fly encryption. |
| (Windows) Folder Drive | Shows how to route virtual filesystem requests to another locally accessible filesystem. |
| (Windows) Memory Drive | A simple in-memory virtual drive with directory support built with the CBFS component. |
| (Windows) Secure Memory Drive | A simple in-memory virtual drive with Windows Security (ACL) support. |