Skip to content

Commit 781394e

Browse files
authored
Merge pull request #286130 from b-ahibbard/copilot2
copilot
2 parents 31f3041 + 3cadd4b commit 781394e

File tree

5 files changed

+39
-46
lines changed

5 files changed

+39
-46
lines changed
55 Bytes
Loading

articles/azure-netapp-files/monitor-volume-capacity.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-azurecli, linux-related-content
88
ms.topic: how-to
9-
ms.date: 09/30/2022
9+
ms.date: 09/04/2024
1010
ms.author: anfdocs
1111
---
1212
# Monitor the capacity of a volume
@@ -33,9 +33,7 @@ The *available space* is accurate using File Explorer or the `dir` command. Howe
3333

3434
### Linux (NFS) clients
3535

36-
Linux clients can check the used and available capacity of a volume using the [df command](https://linux.die.net/man/1/df).
37-
38-
The `-h` option shows the size, including used and available space in human readable format (using M, G and T unit sizes).
36+
Linux clients can check the used and available capacity of a volume using the [`df -h`](https://linux.die.net/man/1/df). Using the `h` option displays the size, including used and available space in human readable format (using M, G and T unit sizes).
3937

4038
The following snapshot shows volume capacity reporting in Linux:
4139

0 commit comments

Comments
 (0)