DenisInternet
Dabbler
- Joined
- Jun 14, 2022
- Messages
- 28
Hello!
I am having trouble mounting my SMB share on my linux system running PopOS. Runs fine on my Mac but on my linux box I keep running into this message "connection refused".
I can ping the IP address and that works just fine, but for whatever reason the SMB share won't mount.
I am new to linux, and have tried a few different things from other posts on the forums but so far no luck. I am probably missing something obvious
I get mount error (111) could not connect, unable to find suitable address.
I believe all my permissions and ACL for the user and group are setup correctly?
*UPDATE
Finally got SMB to mount using the PopOS GUI.
I needed to add this line in bold to my address to mount it correctly:
I am still not getting the right speeds on my smb share when testing with iperf3. Should be getting 1000MB+ currently getting significantly less.
It looks like my network switch is setup correctly. Hardware offload, auto-negotiation off, speed 25G baseCR, but for whatever reason speeds aren't correct. Any advice as always is very my appreciated :) thanks!
Thank you for your help!
I am having trouble mounting my SMB share on my linux system running PopOS. Runs fine on my Mac but on my linux box I keep running into this message "connection refused".
I can ping the IP address and that works just fine, but for whatever reason the SMB share won't mount.
I am new to linux, and have tried a few different things from other posts on the forums but so far no luck. I am probably missing something obvious
Code:
sudo mount -a root@//192.168.2.251/mnt/Nautilus_01/DPOP
I get mount error (111) could not connect, unable to find suitable address.
Code:
smbclient -NL //192.168.2.251Connection to to 192.168.2.251 failed. (Error NT_STATUS_CONNECTION_REFUSED)
I believe all my permissions and ACL for the user and group are setup correctly?
*UPDATE
Finally got SMB to mount using the PopOS GUI.
I needed to add this line in bold to my address to mount it correctly:
Code:
smb://192.168.2.251/Post_Main/
I am still not getting the right speeds on my smb share when testing with iperf3. Should be getting 1000MB+ currently getting significantly less.
Code:
Accepted connection from 192.168.2.251, port 32984 [ 5] local 192.168.2.253 port 5201 connected to 192.168.2.251 port 32986 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.00 sec 46.3 MBytes 388 Mbits/sec [ 5] 1.00-2.00 sec 48.5 MBytes 407 Mbits/sec [ 5] 2.00-3.00 sec 48.7 MBytes 409 Mbits/sec [ 5] 3.00-4.00 sec 48.4 MBytes 406 Mbits/sec [ 5] 4.00-5.00 sec 48.0 MBytes 402 Mbits/sec
It looks like my network switch is setup correctly. Hardware offload, auto-negotiation off, speed 25G baseCR, but for whatever reason speeds aren't correct. Any advice as always is very my appreciated :) thanks!
Thank you for your help!
Attachments
Last edited: