Page 1 of 1

How to Fix Read-Only NVMe-oF Initiator Disk Issue in Windows

Posted: Thu Apr 06, 2023 8:16 am
by hassel
I am currently facing an issue with loading an NVMe-oF target on Windows using StarWind VSAN. The setup consists of a Windows Server 2022 running the StarWind VSAN to create the NVMe-oF target, and a Windows 11 workstation running the StarWind NVMe-oF initiator to load the disk. Both computers use ConnectX 4 network cards. RDMA functionality and rPerf testing were conducted and found to be functioning correctly.

However, when using the StarWind NVMe-oF initiator to load the disk on the client-side, the disk loads successfully but cannot be formatted. The system prompts that the medium is write-protected, and the status is read-only.

I am looking for advice on how to resolve this read-only disk issue. Any assistance would be greatly appreciated.

Thank you.

Re: How to Fix Read-Only NVMe-oF Initiator Disk Issue in Windows

Posted: Thu Apr 06, 2023 8:20 am
by yaroslav (staff)
Greetings,

Write-protected status relates to the target itself, not StarWind Initiator.
If you use GUI-enabled version of StarWind VSAN, please reach out to support@starwind.com

Re: How to Fix Read-Only NVMe-oF Initiator Disk Issue in Windows

Posted: Thu Apr 06, 2023 8:36 am
by hassel
yaroslav (staff) wrote:Greetings,

Write-protected status relates to the target itself, not StarWind Initiator.
If you use GUI-enabled version of StarWind VSAN, please reach out to support@starwind.com

I'm using StarWind VSAN NFR, which I think doesn't come with technical support, so I'm reaching out to the community for help. It seems like the issue might be related to the target. Do you have any other information or tips you could share with me? I'll explore it further. Thanks for your response.

Re: How to Fix Read-Only NVMe-oF Initiator Disk Issue in Windows

Posted: Thu Apr 06, 2023 8:42 am
by yaroslav (staff)
You can still reach out to us with NFR license.
As mentioned, it is likely to be the issue outside of StarWind world, OR you created the read-only target. The best would be to reach out to StarWind Support at support@starwind.com

Re: How to Fix Read-Only NVMe-oF Initiator Disk Issue in Windows

Posted: Mon Oct 02, 2023 2:29 pm
by yaroslav (staff)
Please try disabling the read-only parameter via PowerShell
set-disk -number <disk number> -isReadOnly $False