Mount azure storage to esxi
I"m working on storage through azure portal. I'd like to mount to esxi when asking for server and file share path i'm a little lost where find that information to plug in.
3 answers
Sort by: Most helpful
-
-
Sumarigo-MSFT 47,196 Reputation points Microsoft Employee
2021-08-23T15:42:25.447+00:00 @Harcourt, Jeremy Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused.
Blob storage now supports the Network File System (NFS) 3.0 protocol. This support provides Linux file system compatibility at object storage scale and prices and enables Linux clients to mount a container in Blob storage from an Azure Virtual Machine (VM) or a computer on-premises.
This article will explain and provide detailed information how to mount NFS on Blob Storage: https://learn.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support
Mount Blob storage by using the Network File System (NFS) 3.0 protocol
Using NFS with Azure Blob Storage
Additional information: How to mount NFS files share on Azure Files
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue.-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.
Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. -
Devaraj G 2,096 Reputation points
2021-09-16T07:02:38.067+00:00 Hi, Have you mounted the blob as NFS datastore in ESXI ?
I don't think its straight forward to add NFS with GUI due to ESXI limitations. You need try adding the NFS blob from esxi ssh console.something like below :
esxcli storage nfs add -H NFS_IP|NFS_HOSTNAME -s Share_mount_point_on_the_NFS -v DatastoreName
you need to replace the above command with right storage account detail and give a try. refer the below article for more details on general azure NFS mount on linux machine.
https://learn.microsoft.com/en-us/azure/storage/blobs/network-file-system-protocol-support-how-to
I haven't tried myself , but its more about a workaround. there is no direct documentation available for blob nfs mount on esxi.