Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Files - System error 53

I am trying to use Azure Files and I am getting the following System error 53. Any ideas?enter image description here

like image 257
Michalis Avatar asked Sep 29 '15 17:09

Michalis


1 Answers

There are two possible reasons for getting this error if you are trying to mount your Azure file shares from outside of Azure Datacenter via SMB 3.0.

  1. Your client OS needs support SMB 3.0, for example use Windows 8, Windows 10, Windows Server 2012.

  2. The port 445 (TCP Outbound) needs to be opened by your ISP or firewall. The SMB protocol is dependent on this port if you mount from outside of Azure Datacenter, and I do notice some ISP blocked this port (e.g. Comcast).

You can refer to the links below to do a self-check on the port by yourself.

http://poshcode.org/2514

http://powershell.com/cs/media/p/4063.aspx

like image 154
Jason Tang - MSFT Avatar answered Oct 16 '22 11:10

Jason Tang - MSFT