Skip to content

Commit 2fab141

Browse files
committed
PM edits
1 parent 88cb87b commit 2fab141

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/storage/files/nfs-root-squash.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: khdownie
55
ms.service: azure-file-storage
66
ms.custom: linux-related-content
77
ms.topic: conceptual
8-
ms.date: 09/12/2024
8+
ms.date: 09/13/2024
99
ms.author: kendownie
1010
---
1111

@@ -35,8 +35,8 @@ Although root squash is the default behavior in NFS, it's not the default option
3535

3636
You can choose from three root squash settings:
3737

38-
- **No root squash:** Turn off root squashing. This option is mainly useful for diskless clients or workloads as specified by documentation. This is the default setting when creating a new NFS Azure file share.
39-
- **All squash:** Map all UIDs and GIDs to the anonymous user. Useful for shares that require read only access by all clients.
38+
- **No root squash:** Turn off root squashing. This option is mainly useful for diskless clients or workloads as specified by workload documentation. This is the default setting when creating a new NFS Azure file share.
39+
- **All squash:** Map all UIDs and GIDs to the anonymous user. Useful for shares that require read-only access by all clients.
4040
- **Root squash:** Map requests from UID/GID 0 (root) to the anonymous UID/GID. This doesn't apply to any other UIDs or GIDs that might be equally sensitive, such as user bin or group staff.
4141

4242
The following table highlights the UID behavior observed from the server when specific root squash options are configured.
@@ -64,7 +64,7 @@ You can configure root squash settings via the Azure portal, Azure PowerShell, o
6464

6565
1. In the service menu, select **Properties**. Then toggle the **Root squash** setting as desired.
6666

67-
:::image type="content" source="media/nfs-root-squash/toggle-root-squash.png" alt-text="Screenshot showing how to create a storage account in the Azure portal." lightbox="media/nfs-root-squash/toggle-root-squash.png":::
67+
:::image type="content" source="media/nfs-root-squash/toggle-root-squash.png" alt-text="Screenshot showing how to configure root squash settings for an NFS file share in the Azure portal." lightbox="media/nfs-root-squash/toggle-root-squash.png":::
6868

6969
1. Select **Save** to update the root squash value.
7070

0 commit comments

Comments
 (0)