can't mount file share (azure) from Solaris

fincomuser 21 Reputation points
2022-08-04T13:26:05.01+00:00

hello, can anyone help me to mount an azure file share to oracle solaris 11.4

my steps:

  1. smbadm add-key -u ******@mystorageaccount.file.core.windows.net
  2. mount -F smbfs -o user=mystorageaccount //fincomfs.file.core.windows.net/oracle /azure

error from azure " login failed: syserr = Connection reset by peer"

access to the file share on azure was tested from windows and debian mashines, and it's ok.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,425 questions
0 comments No comments
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,336 Reputation points
    2022-08-04T19:47:38.667+00:00

    @fincomuser Thank you for reaching out to Micrsoft Q&A. I understand that you are having issues with mounting Azure File Share from Solaris and getting error- connection reset by peer.

    This could be due to unsupported SMB version as seen from related post here- https://stackoverflow.com/questions/71997259/soalris11-smbfs-mount-utility-is-failing-to-mount-smb2-0-onward-windows-shares

    • Can you confirm what version of SMB Solaris supports?

    Azure Supported protocol versions are SMB 3.1.1, SMB 3.0, and SMB 2.1. By default, all SMB versions are allowed, although SMB 2.1 is disallowed if "require secure transfer" is enabled, because SMB 2.1 does not support encryption in transit.

    Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.