Connection Timeout on Windows Share (Network)How to make my Ubuntu show on a Windows WorkgroupHow can I share...
Balance Issues for a Custom Sorcerer Variant
What happens if you roll doubles 3 times then land on "Go to jail?"
Is `x >> pure y` equivalent to `liftM (const y) x`
How did Doctor Strange see the winning outcome in Avengers: Infinity War?
Go Pregnant or Go Home
Opposite of a diet
How can I kill an app using Terminal?
Gears on left are inverse to gears on right?
What is the opposite of 'gravitas'?
How to pronounce the slash sign
Sort a list by elements of another list
Type int? vs type int
How do I extract a value from a time formatted value in excel?
Why, precisely, is argon used in neutrino experiments?
What does "I’d sit this one out, Cap," imply or mean in the context?
What Brexit proposals are on the table in the indicative votes on the 27th of March 2019?
Do sorcerers' subtle spells require a skill check to be unseen?
Is expanding the research of a group into machine learning as a PhD student risky?
How did Arya survive the stabbing?
Fastening aluminum fascia to wooden subfascia
Applicability of Single Responsibility Principle
Proof of work - lottery approach
India just shot down a satellite from the ground. At what altitude range is the resulting debris field?
Failed to fetch jessie backports repository
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
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I had the same issue when I upgraded to 16.04. This fixed my issue.
New contributor
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 13 mins ago
user938733user938733
1
1
New contributor
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
user938733 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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