Skip to content

Commit f8e5b4b

Browse files
committed
resolve warning
1 parent 3e37c13 commit f8e5b4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-netapp-files/understand-path-lengths.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ File and path length refers to the number of Unicode characters in a file path,
1515

1616
The following table shows the supported component and path lengths in Azure NetApp Files volumes:
1717

18-
| | NFS | SMB |
18+
| Component | NFS | SMB |
1919
| - | - | - |
2020
| Path component size | 255 bytes | 255 bytes |
2121
| Path length size | Unlimited | Default: 255 bytes <br /> Maximum in later Windows versions: 32,767 bytes |
@@ -142,7 +142,7 @@ Characters designated for the flag emojis translate to flag images in supported
142142

143143
## SMB path limits
144144

145-
By default, Windows servers and clients support path lengths up to 260 bytes, but the actual file path lengths are shorter due to extra metadata added to Windows paths, such as [the <NUL> value](/windows/win32/fileio/maximum-file-path-limitation?tabs=registry), domain information, etc.
145+
By default, Windows servers and clients support path lengths up to 260 bytes, but the actual file path lengths are shorter due to extra metadata added to Windows paths, such as [the `<NUL>` value](/windows/win32/fileio/maximum-file-path-limitation?tabs=registry), domain information, etc.
146146

147147
When a path limit is exceeded in Windows, a dialog box appears:
148148

@@ -191,7 +191,7 @@ Instead of mapping the SMB share to the top level of the volume to navigate down
191191

192192
### Special character considerations
193193

194-
Azure NetApp Files volumes use a volume language type of [C.UTF-8](/cpp/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8?view=msvc-170), which covers many countries and languages including German, Cyrillic, Hebrew, most Chinese/Japanese/Korean (CJK), and others. Most common text characters in Unicode are 3 bytes or less. Special characters, such as emojis, musical symbols, and mathematical symbols are often larger than 3 bytes in size. Some may use [UTF-16 surrogate pair logic](/windows/win32/intl/surrogates-and-supplementary-characters).
194+
Azure NetApp Files volumes use a volume language type of [C.UTF-8](/cpp/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8), which covers many countries and languages including German, Cyrillic, Hebrew, most Chinese/Japanese/Korean (CJK), and others. Most common text characters in Unicode are 3 bytes or less. Special characters, such as emojis, musical symbols, and mathematical symbols are often larger than 3 bytes in size. Some use [UTF-16 surrogate pair logic](/windows/win32/intl/surrogates-and-supplementary-characters).
195195

196196
If you use a character that Azure NetApp Files doesn't support, you might see a warning requesting a different file name.
197197

0 commit comments

Comments
 (0)