Skip to content

Commit 7439ce6

Browse files
Merge pull request #268033 from normesta/normesta-reg-updates-13
A quick fix
2 parents 9f9235c + f30d816 commit 7439ce6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/storage/blobs/network-file-system-protocol-known-issues.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: normesta
66

77
ms.service: azure-blob-storage
88
ms.topic: conceptual
9-
ms.date: 08/18/2023
9+
ms.date: 03/04/2024
1010
ms.author: normesta
1111
---
1212

@@ -21,11 +21,11 @@ This article describes limitations and known issues of Network File System (NFS)
2121

2222
- NFS 3.0 support can't be enabled on existing storage accounts.
2323

24-
- NFS 3.0 support can't be disabled in a storage account after you've enabled it.
24+
- NFS 3.0 support can't be disabled in a storage account after you enable it.
2525

26-
- GRS, GZRS, and RA-GRS redundancy options aren't supported when you create an NFS 3.0 storage account.
26+
- Geo-redundant storage (GRS), Geo-zone-redundant storage (GZRS), and Read-access geo-redundant storage (RA-GRS) redundancy options aren't supported when you create an NFS 3.0 storage account.
2727

28-
- Access control lists (ACLs) can't be used to authorize an NFS 3.0 request. In fact, if the ACL or a blob or directory contains an entry for a named user or group, that file becomes inaccessible on the client for non-root users. You'll have to remove these entries to restore access to non-root users on the client. For information about how to remove an ACL entry for named users and groups, see [How to set ACLs](data-lake-storage-access-control.md#how-to-set-acls).
28+
- Access control lists (ACLs) can't be used to authorize an NFS 3.0 request. In fact, if the ACL or a blob or directory contains an entry for a named user or group, that file becomes inaccessible on the client for nonroot users. You have to remove these entries to restore access to nonroot users on the client. For information about how to remove an ACL entry for named users and groups, see [How to set ACLs](data-lake-storage-access-control.md#how-to-set-acls).
2929

3030
## NFS 3.0 features
3131

@@ -37,21 +37,21 @@ The following NFS 3.0 features aren't yet supported.
3737

3838
- Mounting subdirectories. You can only mount the root directory (Container).
3939

40-
- Listing mounts (For example: by using the command `showmount -a`)
40+
- Listing mounts (For example: by using the command `showmount -a`).
4141

42-
- Listing exports (For example: by using the command `showmount -e`)
42+
- Listing exports (For example: by using the command `showmount -e`).
4343

44-
- Hard link
44+
- Hard link.
4545

46-
- Exporting a container as read-only
46+
- Exporting a container as read-only.
4747

4848
## NFS 3.0 clients
4949

50-
Windows client for NFS is not yet supported.
50+
Windows client for NFS isn't yet supported. However, there's a workaround available that uses the Windows Subsystem for Linux (WSL 2) to mount storage by using the NFS 3.0 protocol. See the [BlobNFS-wsl2](https://github.com/Azure/BlobNFS-wsl2/tree/develop) project on GitHub.
5151

5252
## Blob Storage features
5353

54-
When you enable NFS 3.0 protocol support, some Blob Storage features will be fully supported, but some features might be supported only at the preview level or not yet supported at all.
54+
When you enable NFS 3.0 protocol support, some Blob Storage features are fully supported, but some features might be supported only at the preview level or not yet supported at all.
5555

5656
To see how each Blob Storage feature is supported in accounts that have NFS 3.0 support enabled, see [Blob Storage feature support for Azure Storage accounts](storage-feature-support-in-storage-accounts.md).
5757

@@ -62,7 +62,7 @@ To see how each Blob Storage feature is supported in accounts that have NFS 3.0
6262

6363
The names of NFS operations don't appear in resource logs or in responses returned by the Event Grid. Only block blob operations appear. When your application makes a request by using the NFS 3.0 protocol, that request is translated into combination of block blob operations. For example, NFS 3.0 read Remote Procedure Call (RPC) requests are translated into Get Blob operation. NFS 3.0 write RPC requests are translated into a combination of Get Block List, Put Block, and Put Block List.
6464

65-
Storage Events aren't supported for NFS specific operations. However, if you are performing blob or data lake storage operations on NFS enabled account, then the events shall get created based on the API being called.
65+
Storage Events aren't supported for NFS specific operations. However, if you're performing blob or data lake storage operations on NFS enabled account, then the events shall get created based on the API being called.
6666

6767
## Group membership in an NFS share
6868

0 commit comments

Comments
 (0)