How can I make a drive visible in Windows Subsystem for Linux (WSL)?


A virtual disk is visible from within a WSL session when the following parameters are specified: * The StorageType property must be set to STGT_DISK or STGT_DISK_PNP (not STGT_CDROM) * The disk must be fixed - the StorageCharacteristics proprety may not include STGC_REMOVABLE_MEDIA * When a mounting point is added using the AddMountingPoint method, either STGMP_SIMPLE or STGMP_MOUNT_MANAGER (not STGMP_NETWORK)

We appreciate your feedback. If you have any questions, comments, or suggestions about this article please contact our support team at support@callback.com.