10-17-2019, 03:01 PM
(This post was last modified: 10-17-2019, 03:03 PM by TheOldPresbyope.)
Sadly, I never learned Italian (well, except for ordering a "birra alla spina"; that's a necessity in every language!) so it took me a minute to be sure the screens are relatively the same in English and Italian. Bottom line: my settings are slightly more restrictive than yours. My SMB range is SMB1, SMB2. Other than that, we look the same.
https://i.imgur.com/LSMNCba
If moOde and your NAS couldn't agree a common SMB protocol version, then you wouldn't be able to connect at all---no green checkmark in the Library Config entry and an error message in /var/log/syslog.
Using the IP address in place of the hostname is not a problem; in fact entering this manually can a way to work around the fact that smbtee isn't discovering your NAS.
I'm curious whether you can connect directly with your NAS using smbclient, which is an FTP-like application. Here's an example of the dialog to list the directories in the Music share on my virtual NAS:
If you don't use sudo you'll get an informational "unable" message which can be ignored for this test.
Do you have any other hosts which support SMB/Samba to test with? My virtual NAS shows up as a Network resource in the Nemo file manager on my Linux Mint laptop, similarly as a Network resource on my partner's Windows 10 laptop, and also in various apps on my Android/iOS devices.
Regards,
Kent
https://i.imgur.com/LSMNCba
If moOde and your NAS couldn't agree a common SMB protocol version, then you wouldn't be able to connect at all---no green checkmark in the Library Config entry and an error message in /var/log/syslog.
Using the IP address in place of the hostname is not a problem; in fact entering this manually can a way to work around the fact that smbtee isn't discovering your NAS.
I'm curious whether you can connect directly with your NAS using smbclient, which is an FTP-like application. Here's an example of the dialog to list the directories in the Music share on my virtual NAS:
Code:
pi@moodelr:~ $ sudo smbclient //DS3615XS/Music
Enter WORKGROUP\root's password: <<<=== same as pi's password
Try "help" to get a list of possible commands.
smb: \> ls
. DA 0 Sun May 5 22:54:28 2019
.. DA 0 Wed Oct 16 18:30:18 2019
#recycle DAS 0 Sun May 5 22:58:03 2019
Musical DA 0 Sat Apr 16 09:12:53 2016
Jazz DA 0 Sun May 5 22:57:24 2019
3423932 blocks of size 1024. 2389956 blocks available
smb: \> quit
If you don't use sudo you'll get an informational "unable" message which can be ignored for this test.
Do you have any other hosts which support SMB/Samba to test with? My virtual NAS shows up as a Network resource in the Nemo file manager on my Linux Mint laptop, similarly as a Network resource on my partner's Windows 10 laptop, and also in various apps on my Android/iOS devices.
Regards,
Kent