Replies: 2 comments
-
|
Hi, I’ve tried updating the code with automatic detection please let me know how that goes |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks. I updated to the new version and tried again. It still fails, although it now tries more times and the debugging information changed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to mount a share in the File Browser app. I've tried different settings, but the mount always fails with the bellow information.
Mounting network share(s)...
... using domain WORKGROUP
... mounting (cifs) //192.168.0.1/g
[19:49:45] WARNING: ...... EINVAL (22): trying SMB dialect ladder (3.x -> 2.x).
[19:49:45] WARNING: ...... still failing after vers ladder; retrying with reduced CIFS options.
...... 192.168.0.1 is confirmed reachable
...... credentials are valid
...... SMB version : couldn't detect, falling back to SMB3->SMB2 ladder on EINVAL
[19:49:47] FATAL: Error, unable to mount //192.168.0.1/g to /mnt/g with username admin. Please check share path, username/password/domain; try UID/GID 0.
[19:49:47] FATAL: Here is some debugging info :
Protocol negotiation to server 192.168.0.1 (for a protocol between SMB2_02 and SMB3) failed: NT_STATUS_CONNECTION_DISCONNECTED
[19:49:47] FATAL: Error read : mount error: Server abruptly closed the connection.
This can happen if the server does not support the SMB version you are trying to use.
The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0.
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
mount: mounting //192.168.0.1/g on /mnt/g failed: Host is down, addon will stop in 1 min
...... 192.168.0.1 is confirmed reachable
...... credentials are valid
...... SMB version : couldn't detect, falling back to SMB3->SMB2 ladder on EINVAL
[19:49:47] FATAL: Error, unable to mount //192.168.0.1/g to /mnt/g with username admin. Please check share path, username/password/domain; try UID/GID 0.
[19:49:47] FATAL: Here is some debugging info :
Protocol negotiation to server 192.168.0.1 (for a protocol between SMB2_02 and SMB3) failed: NT_STATUS_CONNECTION_DISCONNECTED
[19:49:47] FATAL: Error read : mount error: Server abruptly closed the connection.
This can happen if the server does not support the SMB version you are trying to use.
The default SMB version recently changed from SMB1 to SMB2.1 and above. Try mounting with vers=1.0.
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
mount: mounting //192.168.0.1/g on /mnt/g failed: Host is down, addon will stop in 1 min
I'm able to mount the share in Music Assistant app when I select specifically SMB version 2.0. Is it possible to specify and use and older SMB version in File Browser? The same thing happens in the Nextcloud app as well.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions