Azure File Storage is the go-to "Files as a Services" or FaaS for all things cloud and even on-premise. Historically, Azure Files has only supported SMB shares, but now it can support NFS and SMB for shares, opening the possibilities for all kinds of new workloads. In this video, we'll look at how to stand this up and then mount it on Linux and Windows!
NFS on Azure Blob Storage: • Using NFS with Azure Blob Storage as ...
Enable the NFS sharing on Azure:
az feature register --name AllowNfsFileShares --namespace Microsoft.Storage --subscription SUBSCRIPTION-ID
Mount under Linux:
mount -t nfs ACCOUNTNAME.file.core.windows.net:/ACCOUNTNAME/SHARENAME /mnt/blaizestore/nfsshare -o vers=4,minorversion=1,sec=sys
Mount under Windows:
Download and install the client: https://www.cohortfs.com/project/wind...
nfs_mount.exe -o sec=sys R: ACCOUNTNAME.file.core.windows.net:/ACCOUNTNAME/SHARENAME
--------------------------------
Twitter:
Blaize: / theonemule
Wintellect: / wintellect
WintellectNOW: / wintellectnow
Wintellect:
WintellectNow: https://www.wintellectnow.com
Blaize: https://www.blaize.net