You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/network-file-system-protocol-known-issues.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: normesta
6
6
7
7
ms.service: azure-blob-storage
8
8
ms.topic: conceptual
9
-
ms.date: 08/18/2023
9
+
ms.date: 03/04/2024
10
10
ms.author: normesta
11
11
---
12
12
@@ -21,11 +21,11 @@ This article describes limitations and known issues of Network File System (NFS)
21
21
22
22
- NFS 3.0 support can't be enabled on existing storage accounts.
23
23
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.
25
25
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.
27
27
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).
29
29
30
30
## NFS 3.0 features
31
31
@@ -37,21 +37,21 @@ The following NFS 3.0 features aren't yet supported.
37
37
38
38
- Mounting subdirectories. You can only mount the root directory (Container).
39
39
40
-
- Listing mounts (For example: by using the command `showmount -a`)
40
+
- Listing mounts (For example: by using the command `showmount -a`).
41
41
42
-
- Listing exports (For example: by using the command `showmount -e`)
42
+
- Listing exports (For example: by using the command `showmount -e`).
43
43
44
-
- Hard link
44
+
- Hard link.
45
45
46
-
- Exporting a container as read-only
46
+
- Exporting a container as read-only.
47
47
48
48
## NFS 3.0 clients
49
49
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.
51
51
52
52
## Blob Storage features
53
53
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.
55
55
56
56
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).
57
57
@@ -62,7 +62,7 @@ To see how each Blob Storage feature is supported in accounts that have NFS 3.0
62
62
63
63
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.
64
64
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.
0 commit comments