Ubuntu Samba Issue

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

smccloud

Member
Jun 4, 2013
325
12
18
I have Ubuntu Mate 14.04 installed on my HP MicroServer N40L. Data storage is a 2TB RAID 1 array on a HP P410/256 w/ BBU. Everything worked great until I upgraded my desktop to Windows 10, now most the times I try to access any shares on it I am not able to. I am able to see all the shares, but that is it. Anyone have ideas on what to look at to solve this issue?
 

Jeggs101

Well-Known Member
Dec 29, 2010
1,529
241
63
Haven't had any issues with my old shares. In fact, after upgrading, they all automatically reconnected at startup of Win 10.
 

Kristian

Active Member
Jun 1, 2013
347
84
28
Same problems here. Since win 10 I couldn't connect at all via smb. Only possibility was ftp
 

Chuntzu

Active Member
Jun 30, 2013
383
98
28
Might have to do with depreciation of smb 1.0. Truth is I can remember where I read it, technet blog I think. But they have depreciated old smb 1.0 (if I am remembering correctly) from Windows 10
 

smccloud

Member
Jun 4, 2013
325
12
18
If they depreciated SMB 1.0 in Windows 10, why does it work sometimes but no all the time?
 

rubylaser

Active Member
Jan 4, 2013
846
236
43
Michigan, USA
If they depreciated SMB 1.0 in Windows 10, why does it work sometimes but no all the time?
Have you tried to edit your /etc/samba/smb.conf file and update the max protocol version to smb3? Just add these to your [global] section and restart Samba?

Code:
min protocol = LANMAN2
max protocol = SMB3
 

smccloud

Member
Jun 4, 2013
325
12
18
Have you tried to edit your /etc/samba/smb.conf file and update the max protocol version to smb3? Just add these to your [global] section and restart Samba?

Code:
min protocol = LANMAN2
max protocol = SMB3
I just added that. Time to see if it works later today.