Context: Playing with Microsoft RAMDisk Storage Driver Sample. Build and installation of the driver went smoothly. Verified that the Ramdisk service exist in the registry, and could see the Ramdisk device in Device Manager.
Issue: When trying to access the Ramdisk device (Drive R:) via Windows PowerShell to perform IO I get the following error message:
Set-Location : Cannot find drive. A drive with the name 'R' does not exist.
At line:1 char:1
Set-Location R:
~~~~~~~~~~~~~~~
CategoryInfo : ObjectNotFound: (R:String) [Set-Location], DriveNotFoundException
FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
Attempted to access the Ramdisk via Command Prompt and File Explorer without success.
Question: What am I doing wrong?
Development Environment:
- Windows 10 Pro 64-bit
- Visual Studio 2015
- WDK 10
Target Environment:
- Windows 10 Enterprise Evaluation 64-bit (Build 10586)
- Debug and Test mode enabled