Connection Timeout on Windows Share (Network)How to make my Ubuntu show on a Windows WorkgroupHow can I share a folder with Samba on a NTFS drive on startup?Why I get randomly “Failed to mount Windows share: Connection timed out” with VPN connection?How to specify Samba network adapterUbuntu 15.10 And Samba sharewindows clients in local network are losing connection to samba shares on UbuntuNew Install 16.04 cannot access the Shared Drive : Step by Step guide you would do?Loosing locale network share settingsAccess Windows 10 Shared Folder from Ubuntu 18.04Windows 10 unable to see samba share but Lubuntu can
Customer Requests (Sometimes) Drive Me Bonkers!
Was Spock the First Vulcan in Starfleet?
How to be diplomatic in refusing to write code that breaches the privacy of our users
Is HostGator storing my password in plaintext?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
How does buying out courses with grant money work?
How does it work when somebody invests in my business?
How did Arya survive the stabbing?
How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?
What is paid subscription needed for in Mortal Kombat 11?
What is the difference between "behavior" and "behaviour"?
Sort a list by elements of another list
Anatomically Correct Strange Women In Ponds Distributing Swords
Risk of infection at the gym?
Detecting if an element is found inside a container
Balance Issues for a Custom Sorcerer Variant
What can we do to stop prior company from asking us questions?
Are student evaluations of teaching assistants read by others in the faculty?
What is the best translation for "slot" in the context of multiplayer video games?
Short story about space worker geeks who zone out by 'listening' to radiation from stars
Is expanding the research of a group into machine learning as a PhD student risky?
How long to clear the 'suck zone' of a turbofan after start is initiated?
Do sorcerers' subtle spells require a skill check to be unseen?
How to check is there any negative term in a large list?
Connection Timeout on Windows Share (Network)
How to make my Ubuntu show on a Windows WorkgroupHow can I share a folder with Samba on a NTFS drive on startup?Why I get randomly “Failed to mount Windows share: Connection timed out” with VPN connection?How to specify Samba network adapterUbuntu 15.10 And Samba sharewindows clients in local network are losing connection to samba shares on UbuntuNew Install 16.04 cannot access the Shared Drive : Step by Step guide you would do?Loosing locale network share settingsAccess Windows 10 Shared Folder from Ubuntu 18.04Windows 10 unable to see samba share but Lubuntu can
I have set up a shared drive on my office network, the shared drive is on a Windows 7 PC and I have connected to it on my Ubuntu 16.04 using the Network (Samba Share). I am able to use the share drive but after using it for some time, I am no longer able to access it, I keep getting an error message:
The Share folder works fine after restart,
How can I keep my connection from timing out?
networking samba shared-folders
add a comment |
I have set up a shared drive on my office network, the shared drive is on a Windows 7 PC and I have connected to it on my Ubuntu 16.04 using the Network (Samba Share). I am able to use the share drive but after using it for some time, I am no longer able to access it, I keep getting an error message:
The Share folder works fine after restart,
How can I keep my connection from timing out?
networking samba shared-folders
add a comment |
I have set up a shared drive on my office network, the shared drive is on a Windows 7 PC and I have connected to it on my Ubuntu 16.04 using the Network (Samba Share). I am able to use the share drive but after using it for some time, I am no longer able to access it, I keep getting an error message:
The Share folder works fine after restart,
How can I keep my connection from timing out?
networking samba shared-folders
I have set up a shared drive on my office network, the shared drive is on a Windows 7 PC and I have connected to it on my Ubuntu 16.04 using the Network (Samba Share). I am able to use the share drive but after using it for some time, I am no longer able to access it, I keep getting an error message:
The Share folder works fine after restart,
How can I keep my connection from timing out?
networking samba shared-folders
networking samba shared-folders
edited Mar 8 '17 at 5:30
Hasan Mustafa
asked Mar 7 '17 at 12:28
Hasan MustafaHasan Mustafa
14817
14817
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Had the same problem on Ubuntu 16.04.
Works for me after doing this quick fix:
- Edit the samba conf file:
sudo gedit /etc/samba/smb.conf
- Then add this line in the [global] section
client max protocol = SMB3
add a comment |
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f890499%2fconnection-timeout-on-windows-share-network%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Had the same problem on Ubuntu 16.04.
Works for me after doing this quick fix:
- Edit the samba conf file:
sudo gedit /etc/samba/smb.conf
- Then add this line in the [global] section
client max protocol = SMB3
add a comment |
Had the same problem on Ubuntu 16.04.
Works for me after doing this quick fix:
- Edit the samba conf file:
sudo gedit /etc/samba/smb.conf
- Then add this line in the [global] section
client max protocol = SMB3
add a comment |
Had the same problem on Ubuntu 16.04.
Works for me after doing this quick fix:
- Edit the samba conf file:
sudo gedit /etc/samba/smb.conf
- Then add this line in the [global] section
client max protocol = SMB3
Had the same problem on Ubuntu 16.04.
Works for me after doing this quick fix:
- Edit the samba conf file:
sudo gedit /etc/samba/smb.conf
- Then add this line in the [global] section
client max protocol = SMB3
answered Sep 20 '17 at 15:47
Ahmed MoharramAhmed Moharram
12113
12113
add a comment |
add a comment |
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
add a comment |
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
add a comment |
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
New contributor
answered 26 mins ago
user938733user938733
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f890499%2fconnection-timeout-on-windows-share-network%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown