https://bugzilla.samba.org/show_bug.cgi?id=15480 Bug ID: 15480 Summary: Mounting Azure Fles Share using cifs-utils fails Product: CifsVFS Version: 5.x Hardware: x64 OS: Linux Status: NEW Severity: major Priority: P5 Component: user space tools Assignee: jlayton@xxxxxxxxx Reporter: sverrir.jonsson@xxxxxxxxxxxxxxxxxxxxxxxxxx QA Contact: cifs-qa@xxxxxxxxx Target Milestone: --- we are trying to use CIFS-UTILS (Version 6 included with Ubuntu 22.04 as well as Version 7 installed from https://www.samba.org/ftp/linux-cifs/cifs-utils/cifs-utils-7.0.tar.bz2 ) to mount a share from Azure Files. ''' edgedevice@edgedevice-8CG8360GN5:~/cifs/cifs-utils-7.0$ sudo mount -v -t cifs "//sa32310601.privatelink.file.core.windows.net/prodfileproxy" /mnt/azure_test -o "username=S1003368,domain=tk-materials.com,password=*********************,vers=3.11,sec=ntlmssp,serverino,nosharesock,actimeo=30,mfsymlinks" mount.cifs kernel mount options: ip=10.5.142.10,unc=\\sa32310601.privatelink.file.core.windows.net\prodfileproxy,vers=3.11,sec=ntlmssp,serverino,nosharesock,actimeo=30,mfsymlinks,user=S1003368,domain=tk-materials.com,pass=******** mount error(2): No such file or directory Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) DMESG Reports the following: [83672.820955] CIFS: VFS: cifs_mount failed w/return code = -2 [84042.391251] CIFS: Status code returned 0xc0000016 STATUS_MORE_PROCESSING_REQUIRED [84042.429097] CIFS: Status code returned 0xc0000034 STATUS_OBJECT_NAME_NOT_FOUND [84042.429126] CIFS: VFS: \\sa32310601.privatelink.file.core.windows.net Send error in SessSetup = -2 ''' Mounting the same share from a standalone Windows 10 machine Works. As well as using the Samba smbclient. -- You are receiving this mail because: You are the QA Contact for the bug.