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-support-how-to.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Mount Azure Blob Storage by using the NFS 3.0 protocol | Microsoft Docs
3
-
description: Learn how to mount a container in Blob storage from an Azure Virtual Machine (VM) or a client that runs on-premises by using the NFS 3.0 protocol.
3
+
description: Learn how to mount a container in Blob Storage from an Azure virtual machine (VM) or a client that runs on-premises by using the NFS 3.0 protocol.
# Mount Blob Storage by using the Network File System (NFS) 3.0 protocol
15
15
16
-
This article provides guidance on how to mount a container in Blob storage from a Linux-based Azure Virtual Machine (VM) or a Linux system that runs on-premises by using the Network File System (NFS) 3.0 protocol. To learn more about NFS 3.0 protocol support in Blob storage, see [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-support.md).
16
+
This article provides guidance on how to mount a container in Azure Blob Storage from a Linux-based Azure virtual machine (VM) or a Linux system that runs on-premises by using the Network File System (NFS) 3.0 protocol. To learn more about NFS 3.0 protocol support in Blob Storage, see [Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-support.md).
17
17
18
18
## Step 1: Create an Azure virtual network
19
19
20
-
Your storage account must be contained within a virtual network. A virtual network enables clients to connect securely to your storage account. To learn more about Azure Virtual Network, and how to create an instance of a virtual network, see the [Virtual Network documentation](../../virtual-network/index.yml).
20
+
Your storage account must be contained within a virtual network. A virtual network enables clients to connect securely to your storage account. To learn more about Azure Virtual Network, and how to create a virtual network, see the [Virtual Network documentation](../../virtual-network/index.yml).
21
21
22
22
> [!NOTE]
23
23
> Clients in the same virtual network can mount containers in your account. You can also mount a container from a client that runs in an on-premises network, but you'll have to first connect your on-premises network to your virtual network. See [Supported network connections](network-file-system-protocol-support.md#supported-network-connections).
@@ -72,7 +72,7 @@ The following image shows the squash options as they appear in the Azure portal.
72
72
73
73
Create a directory on your Linux system, and then mount the container in the storage account.
74
74
75
-
1. On your Linux system, create a directory.
75
+
1. On your Linux system, create a directory:
76
76
77
77
```
78
78
mkdir -p /mnt/test
@@ -88,11 +88,9 @@ Create a directory on your Linux system, and then mount the container in the sto
88
88
89
89
- Replace the `<container-name>` placeholder with the name of your container.
90
90
91
-
---
92
-
93
91
## Resolve common errors
94
92
95
-
|Error | Cause / resolution|
93
+
|Error | Cause/resolution|
96
94
|---|---|
97
95
|`Access denied by server while mounting`|Ensure that your client is running within a supported subnet. See [Supported network locations](network-file-system-protocol-support.md#supported-network-connections).|
98
96
|`No such file or directory`| Make sure to type, rather than copy and paste, the mount command and its parameters directly into the terminal. If you copy and paste any part of this command into the terminal from another application, hidden characters in the pasted information might cause this error to appear. This error also might appear if the account isn't enabled for NFS 3.0.|
@@ -106,4 +104,4 @@ Create a directory on your Linux system, and then mount the container in the sto
106
104
## See also
107
105
108
106
-[Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-support.md)
109
-
-[Known issues with Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-known-issues.md)
107
+
-[Known issues with Network File System (NFS) 3.0 protocol support in Azure Blob Storage](network-file-system-protocol-known-issues.md)
0 commit comments