Skip to content

Commit c69d89b

Browse files
Update azure-netapp-files-resource-limits.md
Included the statement " If you reach the maximum size limit for a single directory for Azure NetApp Files, the error `No space left on device` occurs." to the section Determine if a directory is approaching the limit size.
1 parent 2049e42 commit c69d89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-netapp-files/azure-netapp-files-resource-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 09/07/2022
15+
ms.date: 04/27/2023
1616
ms.author: anfdocs
1717
---
1818
# Resource limits for Azure NetApp Files
@@ -55,7 +55,7 @@ For limits and constraints related to Azure NetApp Files network features, see [
5555

5656
## Determine if a directory is approaching the limit size <a name="directory-limit"></a>
5757

58-
You can use the `stat` command from a client to see whether a directory is approaching the maximum size limit for directory metadata (320 MB).
58+
You can use the `stat` command from a client to see whether a directory is approaching the maximum size limit for directory metadata (320 MB). If you reach the maximum size limit for a single directory for Azure NetApp Files, the error `No space left on device` occurs.
5959

6060
For a 320-MB directory, the number of blocks is 655360, with each block size being 512 bytes. (That is, 320x1024x1024/512.) This number translates to approximately 4 million files maximum for a 320-MB directory. However, the actual number of maximum files might be lower, depending on factors such as the number of files with non-ASCII characters in the directory. As such, you should use the `stat` command as follows to determine whether your directory is approaching its limit.
6161

0 commit comments

Comments
 (0)