Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.
What happens if a certificate used to sign the driver and the DLL expires?
10/25/2024 - An explanation of how certificate validation is performed.
Version 2024 Updates
06/10/2024 - Information and upgrade information for version 2024.
Version 2024 Upgrade Guide
06/10/2024 - Technical details about upgrading from version 2022 to version 2024.
File Explorer shows a drive with a network mounting point as 'Disconnected'.
05/16/2024 - Troubleshooting why File Explorer indicates that a drive is 'Disconnected'.
Getting Started with the NFS component
02/23/2024 - The article shows how to get started with CBFS Connect
Docker Support in CBFS Connect 2022
2/15/2023 - CBFS Connect
Getting Started with the FUSE component
04/05/2021 - The article shows how to get started with CBFS Connet
Why is OnCloseFile event fired long after the file is actually closed?
11/17/2020 - The reasons why you can observe delayed closing of a file
What's New in CBFS Connect 2020
10/01/2019 - CBFS Connect 2020 Upgrades and Migration Guide
Getting Started with the CBFS component
11/04/2017 - The article shows how to get started with CBFS Connect
If I grant a specific process access to the drive, will any child processes it creates be able to access the drive as well?
11/04/2017 - Discusses whether child processes can access your application
Why is not my mounting point visible in File Explorer?
11/04/2017 - Discusses reasons why a mounting point may not show up in File Explorer.
Does the driver need to be reinstalled each time the computer reboots?
10/04/2017 - How often the driver needs to be reinstalled.
Why can't I create a directory or file whose name ends with a dot (".")?
10/04/2017 - Why can't I create a directory or file whose name ends with a dot (".")?
Windows 10 now supports long file names. Can we?
10/04/2017 - Windows 10 now supports long file names. Can we?
How can I make a file read-only for a certain process?
07/04/2017 - How can I make a file read-only for a certain process?
How do I create a drive for only one user (session)?
07/04/2017 - How to create a drive for only one user (session)
How do I show different files to different users on the same filesystem?
07/04/2017 - Showing different files to different users on the same filesystem
How can I make my drive support paths longer than 260 characters?
07/04/2017 - Making a drive support paths longer than 260 characters
What is this strange file name with a colon inside?
07/04/2017 - What is this strange file name with a colon inside?
What happens if the filesystem fails to delete the actual file from backend storage?
07/04/2017 - What happens if the filesystem fails to delete the actual file from backend storage?
What effects does setting FileSystemName to NTFS have?
07/04/2017 - What happens if a virtual filesystem
Will the CBFS component fire multiple events for the same file at the same time?
07/04/2017 - Discusses event firing behavior with regards to parallel request processing.
Can you provide a WHQL-certified version of the driver?
07/04/2017 - Can you provide a WHQL-certified version of the driver?
How do I collect a log of file operations on the drive for debugging purposes?
07/04/2017 - How to collect a log of file operations on the drive.
How do I notify the system that a file in a CBFS Connect drive
07/04/2017 - How to notify the OS and CBFS Connect that a file in the virtual drive
What is the sequence of events fired when File Explorer opens a directory?
07/04/2017 - Describes the sequence of events fired when File Explorer opens a directory.
I created a local mounting point with the STGMP_LOCAL and STGMP_NETWORK flags. Why is this drive visible in File Explorer's "Network" area?
07/04/2017 - Discusses why a local network mounting point is visible in File Explorer' "Network" area.
Can I clear the metadata cache?
07/04/2017 - Can I clear the metadata cache?
Should I delete backend data in the CanFileBeDeleted event handler?
07/04/2017 - Should I delete backend data in the CanFileBeDeleted event handler?
Why doesn't returning error in the DeleteFile event handler prevent file deletion?
07/04/2017 - Why doesn't returning error in the DeleteFile event handler prevent file deletion?
File Explorer stops showing SMB shares after a network mounting point with a share is created.
07/04/2017 - Troubleshooting why File Explorer stops showning SMB shares after a network mounting point with a share is created.
How do I get rid of the Windows warning box when installing drivers?
07/04/2017 - Getting rid of the Windows warning box when installing drivers
When SerializeEvents is false, do filesystem operations for the same file fire on one thread?
07/04/2017 - When SerializeEvents is false, do filesystem operations for the same file fire on one thread?
When I set "SectorSize" to 4096 and "StorageType" to "STGT_DISK_PNP", some applications can't access the disk. Why?
07/04/2017 - When I set "SectorSize" to 4096 and "StorageType" to "STGT_DISK_PNP", some applications can't access the disk. Why?
Why does the system become slow if I perform lengthy operations in the OpenFile, CreateFile, or CloseFile events?
07/04/2017 - Why does the system become slow if I perform lengthy operations in the OpenFile, CreateFile, or CloseFile events?
Why can't I share a directory on my virtual drive?
07/04/2017 - Why can't I share a directory on my virtual drive?
Why is a timeout necessary?
07/04/2017 - Why is a timeout necessary?
Is there a problem if timeout is disabled?
07/04/2017 - Is there a problem if timeout is disabled?
The Initialize method throws a strange exception saying that the driver is not found. Why?
07/04/2017 - Why the Initialize method throws the exception "A volume has been accessed for which a filesystem driver is required that has not yet been loaded"
Why does File Explorer read files when I just browse a directory?
07/04/2017 - The reason why File Explorer reads files when you are browsing a directory.
Why is copying files to/from a CBFS Connect drive so slow?
07/04/2017 - Discusses why it takes longer to copy files to/from CBFS Connect drives compared to normal drives.
Why doesn't CBFS Connect provide asynchronous versions of events?
07/04/2017 - Discusses the reason CBFS Connect doesn't have asynchronous events.
How do I make a Recycle Bin on my virtual drive?
07/04/2017 - How to have a Recycle Bin on a virtual drive.