Hi Hi @Mehmed Aras ,
Thanks for your kindly feedback.
From the screenshot you provide, we can get the error message :
This is a known issue, from this article, we can get the solutions below:
- If you have multiple drives on this system, you can specify a different location for the database files after installation of SQL Server is complete. Make sure that drive reflects a supported sector size when querying the commands. SQL Server currently supports sector storage sizes of 512 bytes and 4096 bytes.
fsutil
- You can add a registry key, which will cause the behavior of Windows 11 and later to be similar to Windows 10. This forces the sector size to be emulated as 4 KB. To add the registry key, use the Registry Editor or run commands as described in the PowerShell as Administrator section. You must reboot the device after adding the registry key in order for this change to take effect.
ForcedPhysicalSectorSizeInBytes
Registry Editor
- Navigate to .
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device
- On the Edit menu, point to New, and then select Multi-String value. Name it .
ForcedPhysicalSectorSizeInBytes
- Modify the new value, type in . Select OK and close the Registry editor.
* 4095
You can get more detailed information from the article I provide. Hope this can help you well.
Regards,
Lucy Chen
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
https://docs.microsoft.com/en-us/answers/support/email-notificationsHi