Skip to content

Commit 6e79d94

Browse files
committed
fix warnings
1 parent dd52582 commit 6e79d94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/sql/database-engine/database-file-operations/troubleshoot-os-4kb-disk-sector-size.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,20 @@ Additionally, be aware of the Windows support policy for file system and storage
111111
112112
## Resolutions
113113

114-
- Currently, the `ForcedPhysicalSectorSizeInBytes` registry key is required to successfully install SQL Server when using modern storage platforms, such as NVMe, that provide a sector size larger than 4 KB. This Windows operating system registry key forces the sector size to be emulated as 4 KB. To add the `ForcedPhysicalSectorSizeInBytes` registry key, use [Registry Editor](#registry-editortabregistry-editor) or run commands as described in the [Command Prompt](#command-prompttabcommand-prompt) or [PowerShell](#powershelltabpowershell) section. You must reboot the device after adding the registry key for this change to take effect. There is no need to add Trace Flag 1800 for this scenario.
114+
- Currently, the `ForcedPhysicalSectorSizeInBytes` registry key is required to successfully install SQL Server when using modern storage platforms, such as NVMe, that provide a sector size larger than 4 KB. This Windows operating system registry key forces the sector size to be emulated as 4 KB. To add the `ForcedPhysicalSectorSizeInBytes` registry key, use **Registry Editor** or run commands as described in the **Command Prompt** or **PowerShell** section. You must reboot the device after adding the registry key for this change to take effect. There is no need to add Trace Flag 1800 for this scenario.
115115

116116
> [!IMPORTANT]
117117
> This section contains steps that tell you how to modify the Windows registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, see the [How to back up and restore the registry in Windows](../../../windows-server/performance/windows-registry-advanced-users.md#back-up-the-registry) article.
118118
119-
#### [Registry Editor](#tab/registry-editor)
119+
### [Registry Editor](#tab/registry-editor)
120120

121121
1. Run Registry Editor as an administrator.
122122
1. Navigate to `Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stornvme\Parameters\Device`.
123123
1. Select **Edit** > **New** > **Multi-String value** and name it as `ForcedPhysicalSectorSizeInBytes`.
124124
1. Right click the name, select **Modify**, and type `* 4095` in the **Value data** field.
125125
1. Select **OK** and close Registry Editor.
126126

127-
#### [Command Prompt](#tab/command-prompt)
127+
### [Command Prompt](#tab/command-prompt)
128128

129129
1. Run Command Prompt as an administrator.
130130
1. Run the following command to add the key:
@@ -140,7 +140,7 @@ Additionally, be aware of the Windows support policy for file system and storage
140140
"ForcedPhysicalSectorSizeInBytes"
141141
```
142142

143-
#### [PowerShell](#tab/PowerShell)
143+
### [PowerShell](#tab/PowerShell)
144144

145145
1. Run PowerShell as an administrator.
146146
1. Run the following command to add the key:

0 commit comments

Comments
 (0)