在桌面上安装Azure文件共享?

我按照这里的说明成功地安装了一个连接2个虚拟机的文件共享

我想知道是否有可能使用类似的方法将Azure Fileshare安装到运行Linux的桌面上:

sudo mount -t cifs //username.file.core.windows.net/testing /media/share/ -o vers=3.0,username=username,password=password,dir_mode=0777,file_mode=0777 

你还不能。 Atm仅支持Windows 8,10和Window Server 2012(R2)。 您可以将其安装在运行Azure tho的Linux VM中。

Linux SMB客户端尚不支持encryption,因此从Linux安装文件共享仍然要求客户端与文件共享位于相同的Azure区域。 但是,对Linux的encryption支持是负责SMBfunction的Linux开发人员的路线图。 未来支持encryption的Linux发行版也将能够从任何地方安装Azure文件共享。

更多信息:

https://azure.microsoft.com/en-us/documentation/articles/storage-how-to-use-files-linux/#overview