Mount error in Windows 11 VM

Hello, I try to use NetDrive3 in Windows 11 as a guest of Parallels in MacBook with ARM cpu. NetDrive3 is able to reach the remote side, but is not able to mount a drive. I see the following error event:

Code integrity determined that the image hash of a file is not valid.  The file could be corrupt due to unauthorized modification or the invalid hash could indicate a potential disk device error.

File Name:	\Device\HarddiskVolume4\Windows\System32\drivers\cbfs6.sys	
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-a5ba-3e3b0328c30d}" />
    <EventID>5038</EventID>
    <Version>0</Version>
    <Level>0</Level>
    <Task>12290</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8010000000000000</Keywords>
    <TimeCreated SystemTime="2022-12-15T10:06:47.0147560Z" />
    <EventRecordID>309960</EventRecordID>
    <Correlation />
    <Execution ProcessID="4" ThreadID="3332" />
    <Channel>Security</Channel>
    <Computer>User01</Computer>
    <Security />
  </System>
  <EventData>
    <Data Name="param1">\Device\HarddiskVolume4\Windows\System32\drivers\cbfs6.sys</Data>
  </EventData>
</Event>

The following is a part of the NetDrive3 debug log:

[2022/12/15 23:06:46.489] [ERROR   ] [    5636] [SERVICE   ] [ nd3 sdk version - child nd3svc : 3.17.799 ] [Child.cpp:132]
[2022/12/15 23:06:46.489] [DEBUG   ] [    5636] [SERVICE   ] StartChild:: connected to pipe \\.\pipe\nd_mount_1 [Child.cpp:301]
[2022/12/15 23:06:46.489] [DEBUG   ] [    5636] [SERVICE   ] StartChild:: created client pipe of \\.\pipe\nd_mount_1 [Child.cpp:310]
[2022/12/15 23:06:46.489] [MESSAGE ] [    5636] [FILESYSTEM] FS_Initialize
[2022/12/15 23:06:46.489] [DEBUG   ] [    5636] [SERVICE   ] CChildPipe::RequestDriveInfo:: 3860 received response [ChildPipe.cpp:132]
[2022/12/15 23:06:46.489] [DEBUG   ] [    5636] [SERVICE   ] StartCache:: Ping Drive[4] [Child.cpp:154]
[2022/12/15 23:06:46.502] [DEBUG   ] [    5636] [SERVICE   ]  CACHE PATH : C:\Users\user01\Documents\netdrive3\user01\Ping Drive [Child.cpp:167]
[2022/12/15 23:06:46.502] [DEBUG   ] [    5636] [SERVICE   ]  CACHE PATH : C:\Users\user01\Documents\netdrive3\user01\Ping Drive [Child.cpp:171]
[2022/12/15 23:06:46.502] [DEBUG   ] [    5636] [CACHE     ]  Cache path C:\Users\user01\Documents\netdrive3\user01\Ping Drive\, 229,510,934,528 bytes left
[2022/12/15 23:06:46.502] [MESSAGE ] [    5636] [CACHE     ] Cache initialized : C:\Users\user01\Documents\netdrive3\user01\Ping Drive, Storage limit : 4,294,967,296 bytes
[2022/12/15 23:06:46.502] [DEBUG   ] [    5636] [CACHE     ] Cache configuration : 3, 1048576, 268435456, 60000, 536870912, 30000, 60, 3600, 30, 60
[2022/12/15 23:06:46.502] [DEBUG   ] [    3784] [CACHE     ] Cache quota manager started
[2022/12/15 23:06:46.518] [DEBUG   ] [    5636] [SERVICE   ] StartChild:: Call session->Mount [Child.cpp:346]
[2022/12/15 23:06:46.518] [DEBUG   ] [    5636] [SERVICE   ] CMounter::TryMount called: (P), (Ping Drive)
[2022/12/15 23:06:46.533] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION]   Trying 1.1.1.1:990...
[2022/12/15 23:06:46.601] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] Connected to 1.1.1.1 (1.1.1.1) port 990 (#0)
[2022/12/15 23:06:46.837] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] SSH MD5 public key: NULL
[2022/12/15 23:06:46.837] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] SSH SHA256 public key: NULL
[2022/12/15 23:06:46.883] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] SSH authentication methods available: publickey,password,keyboard-interactive
[2022/12/15 23:06:46.883] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] Using SSH private key file ''
[2022/12/15 23:06:46.883] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] SSH public key authentication failed: Unable to extract public key from private key file: Unable to open private key file
[2022/12/15 23:06:46.929] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] Initialized password authentication
[2022/12/15 23:06:46.929] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] Authentication complete
[2022/12/15 23:06:47.179] [MESSAGE ] [    5636] [NETWORK   ] [INFORMATION] Connection #0 to host 1.1.1.1 left intact
[2022/12/15 23:06:47.179] [DEBUG   ] [    5636] [SERVICE   ] CMounter::EmptyMount prevent uploading office temp files: 0
[2022/12/15 23:06:47.179] [MESSAGE ] [    5636] [FILESYSTEM] Mount Drive P
[2022/12/15 23:06:47.179] [MESSAGE ] [    5636] [FILESYSTEM] P: Async Upload On
[2022/12/15 23:06:47.179] [MESSAGE ] [    5636] [FILESYSTEM] P: Realtime Upload Off
[2022/12/15 23:06:47.194] [DEBUG   ] [    5636] [FILESYSTEM] Filesystem configuration : 20000, 120000, 2000, 10000, 10000, 10000, 3000, 20000, 5000, 300
[2022/12/15 23:06:47.194] [MESSAGE ] [    5636] [FILESYSTEM] NetDrive filesystem(6.1.184.118) installed and service is stopped
[2022/12/15 23:06:47.194] [CRITICAL] [    5636] [FILESYSTEM] Mount failed on initialize
[2022/12/15 23:06:47.194] [ERROR   ] [    5636] [FILESYSTEM] Mount failed : 2/P:(P, Ping Drive)
[2022/12/15 23:06:47.210] [ERROR   ] [    5636] [SERVICE   ] CMounter::EmptyMount Mount Failed 2008:P:Ping Drive
[2022/12/15 23:06:47.210] [DEBUG   ] [    5636] [SERVICE   ] StartChild:: session->Mount returnd -5 [Child.cpp:350]
[2022/12/15 23:06:47.210] [MESSAGE ] [    5636] [CACHE     ] Uninitialize cache...
[2022/12/15 23:06:47.445] [DEBUG   ] [    3784] [CACHE     ] Cache quota manager stopped
[2022/12/15 23:06:47.445] [MESSAGE ] [    5636] [CACHE     ] Cache uninitialized

Thank you for reaching out to us about NetDrive3. Unfortunately, it does not currently support ARM CPUs, so the file system drive will not work on ARM Windows.

We are actively working on an ARM version of NetDrive, but I am unable to provide an estimated release date at this time.

Thank you for your feedback and for your patience as we continue to develop and improve NetDrive.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.