pub const DOKAN_OPTION_REMOVABLE: DokanOptionFlag = _; // 32u32
Expand description

Use removable drive

Be aware that on some environments, the userland application will be denied to communicate with the drive which will result in a unwanted unmount. See Issue #843