You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/files/storage-troubleshoot-linux-file-connection-problems.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,16 @@ In addition to the troubleshooting steps in this article, you can use [AzFileDia
22
22
23
23
Common causes for this problem are:
24
24
25
-
26
25
- You're using an incompatible Linux distribution client. We recommend that you use the following Linux distributions to connect to an Azure file share:
27
26
28
-
|| SMB 2.1 <br>(Mounts on VMs within the same Azure region) | SMB 3.0 <br>(Mounts from on-premises and cross-region) |
29
-
| --- | :---: | :---: |
30
-
| Ubuntu Server | 14.04+ | 16.04+ |
31
-
| RHEL | 7+ | 7.5+ |
32
-
| CentOS | 7+ | 7.5+ |
33
-
| Debian | 8+ ||
34
-
| openSUSE | 13.2+ | 42.3+ |
35
-
| SUSE Linux Enterprise Server | 12 | 12 SP3+ |
27
+
|| SMB 2.1 <br>(Mounts on VMs within the same Azure region) | SMB 3.0 <br>(Mounts from on-premises and cross-region) |
28
+
| --- | :---: | :---: |
29
+
| Ubuntu Server | 14.04+ | 16.04+ |
30
+
| RHEL | 7+ | 7.5+ |
31
+
| CentOS | 7+ | 7.5+ |
32
+
| Debian | 8+ ||
33
+
| openSUSE | 13.2+ | 42.3+ |
34
+
| SUSE Linux Enterprise Server | 12 | 12 SP3+ |
36
35
37
36
- CIFS utilities (cfs-utils) are not installed on the client.
38
37
- The minimum SMB/CIFS version, 2.1, is not installed on the client.
@@ -98,10 +97,10 @@ Reduce the number of concurrent open handles by closing some handles, and then r
98
97
- Use [AzCopy](../common/storage-use-azcopy.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json) for any transfer between two file shares.
99
98
- Using cp with parallel could improve copy speed, the number of threads depends on your use case and workload. This example uses six: `find * -type f | parallel --will-cite -j 6 cp {} /mntpremium/ &`.
-[Fpart](https://github.com/martymac/fpart) - Sorts files and packs them into partitions.
103
-
-[Fpsync](https://github.com/martymac/fpart/blob/master/tools/fpsync) - Uses Fpart and a copy tool to spawn multiple instances to migrate data from src_dir to dst_url.
104
-
-[Multi](https://github.com/pkolano/mutil) - Multi-threaded cp and md5sum based on GNU coreutils.
-[Fpart](https://github.com/martymac/fpart) - Sorts files and packs them into partitions.
102
+
-[Fpsync](https://github.com/martymac/fpart/blob/master/tools/fpsync) - Uses Fpart and a copy tool to spawn multiple instances to migrate data from src_dir to dst_url.
103
+
-[Multi](https://github.com/pkolano/mutil) - Multi-threaded cp and md5sum based on GNU coreutils.
105
104
106
105
<aid="error115"></a>
107
106
## "Mount error(115): Operation now in progress" when you mount Azure Files by using SMB 3.0
0 commit comments