Hello Mr Gou,
Thank you for posting your query here!
Adding on to the previous response, Azure Data Lake Storage Gen2 (ADLS Gen2) is indeed built on top of Azure Blob Storage. However, unlike Azure File Storage, which supports the SMB protocol and can be directly mounted as a drive on a Windows machine, ADLS Gen2 does not natively support this capability. ADLS Gen2 uses the Blob REST APIsI for data access, which might not be compatible with the SMB protocol used by Windows to map network drives.
If you check the doc: https://taurit.pl/access-azure-data-lake-storage-like-local-drive-in-windows/
Enabling NFS access for a storage account does not provide a direct solution for mounting ADLS Gen2 as a drive in Windows. Additionally, the requirement to place the storage account in a Virtual Network when enabling NFS access further complicates the setup, making it less feasible for typical scenarios.
Please note that there are some workarounds for this. One of the easiest ways to access the ADLS Gen2 storage account from Windows machines is using the SFTP protocol. This doesn’t mount the storage as a drive but allows you to interact with the files using an SFTP client.
SFTP support for Azure Blob Storage - Azure Storage | Microsoft Learn
Another option is to use Azure Storage Explorer, a graphical tool that allows you to interact with your Azure storage resources, including ADLS Gen2.
Do let us know if you have any further queries. I’m happy to assist you further.
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.