Failing to connect to NC-drive in Ubuntu

Nextcloud version (eg, 20.0.5): Nextcloud 22.2.8
Operating system and version (eg, Ubuntu 20.04): Linux 5.10.28-Unraid x86_64
Apache or nginx version (eg, Apache 2.4.25): replace me
PHP version (eg, 7.4): 7.4.26

The issue you are facing:

I would like to have my NC-drive in my file explorer in Ubuntu.

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:

  1. Open File Explorer in Ubuntu and enter smb://my_username@10.0.0.211:450
  2. It asks for Domain and password. No idea about domain, so letting WORKGROUP stay
  3. Gets error: Failed to retrieve share list from server: Software caused connection abort

The output of your Nextcloud log in Admin > Logging:

Failed to retrieve share list from server: Software caused connection abort

[no app in context] Warning: Login failed: web@hidden.dom (Remote IP: 10.0.0.1)

POST /login
from 10.0.0.1 at 2022-08-01T18:59:01+00:00

SMB protocol is not supported by Nextcloud. You can just connect via webdav:
https://docs.nextcloud.com/server/latest/user_manual/th/files/access_webdav.html

1 Like

Yep you’re right. I found it now. Thanks.

Also you can use the Linux Nextcloud client. Maybe better as the standard WebDAV client.

Can it be set to not sync all files down to my PC?
But only the ones I pick…

Yes, after setup you can either say sync everything or then pick on a folder-basis. Once you have installed, you can edit the list of folders what to sync. If you unselect folders, they will be deleted. Be careful, when there are folders where not all changes have been synced, these changes can be lost.

1 Like