[Bug 1879776] [NEW] ubuntu 20 error mounting smb drive

2020-05-20 Thread L Sluijter
Public bug reported: Ubuntu 20.04 LTS nautilus->other locations>windows network lists the shared disk I want to access. When I click on the name I get an errorbox: Unable to access location. Failed to mount windows share: Software caused connection abort. nautilus->other locations>Connect to ser

[Bug 1879776] Re: ubuntu 20 error mounting smb drive

2020-05-21 Thread L Sluijter
Attached is the debuglog. ** Attachment added: "gvfsd.log" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1879776/+attachment/5375116/+files/gvfsd.log -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. ht

[Bug 1879776] Re: ubuntu 20 error mounting smb drive

2020-05-21 Thread L Sluijter
I added "client min protocol = NT1" to /etc/samba/smb.conf and did a restart of smbd, but still the same problem. With a ubuntu 18 LTS I can access the same disk without problems. Note: i did not reformat my HOME partition when fresh installing ubuntu 20 LTS. Are there any files on HOME that cou

[Bug 1879776] Re: ubuntu 20 error mounting smb drive

2020-05-21 Thread L Sluijter
~/.smb/smb.conf is present, last change date dec 2015. I installed the smbclient package, and indeed could get to the disk with smbclient //192.168.178.253/fb7490a without an errormessage. At least ls and cd are working. (I have no knowledge of smbclient (yet) so it did not access the data yet.)

[Bug 1879776] Re: ubuntu 20 error mounting smb drive

2020-05-21 Thread L Sluijter
After adding 'client min protocol = NT1' to ~/.smb/smb.conf I could indeed mount the disk via Nautilus, but that revealed another bug: most files are seen as Directories instead of files (pdf, txt and so on), but give an error when I try to open them. I tried some more: A MOUNT with the CIFS optio

[Bug 1879776] Re: ubuntu 20 error mounting smb drive

2020-05-22 Thread L Sluijter
Indeed, files shown as directories is this bug #1872476. The fix from the PPA works. There the same environment as I have (FritzBox) is mentioned. Newer software levels of FritzOs (expected this summer) will have support for smb2/3 Min protocol = NT1 solved the first problem. I wonder, why wou