Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: error nas
#1
have a new NAS and I am trying to connect the library to this NAS.
 Whatever you do it does not want to cooperate
And this is the eror message

20250406 024704 worker: Try (mount -t cifs "//192.168.2.3/volume1/music" -o username="Joeri Gagarin",password="Joeri 13101960",rsize=61440,wsize=65536,iocharset=utf8,ro,noserverino,cache=none,dir_mode=0777,file_mode=0777 "/mnt/NAS/spacelab")

20250406 024704 worker: Err (mount error(113): could not connect to 192.168.2.3Unable to find suitable address.)
Reply
#2
volume1/music sounds suspiciously like a file path and not a share name.

Reply
#3
(04-06-2025, 07:07 AM)John Glenn Wrote: have a new NAS and I am trying to connect the library to this NAS.
 Whatever you do it does not want to cooperate
And this is the eror message

20250406 024704 worker: Try (mount -t cifs "//192.168.2.3/volume1/music" -o username="Joeri Gagarin",password="Joeri 13101960",rsize=61440,wsize=65536,iocharset=utf8,ro,noserverino,cache=none,dir_mode=0777,file_mode=0777 "/mnt/NAS/spacelab")

20250406 024704 worker: Err (mount error(113): could not connect to 192.168.2.3Unable to find suitable address.)

The error message is pretty clear. 192.168.2.3 isn't the IP of an answering host.

Example:

I'm running an OpenMediaVault NAS serving SMB shares. I can connect to it by its symbolic mDNS address omv1.local or by its numeric IP address 10.0.0.45. [I have no local DNS resolver on the LAN so omv1 doesn't work]

However, if I accidentally manually enter 10.0.0.44, I get the identical error message.

Regards,
Kent
Reply
#4
Hi all

I have a similar problem. I cannot connect to my NAS and I receive the following message:



20250401 210024 worker: Try (mount -t cifs "//192.168.2.23/medias/music/music" -o username="Guest",password="",rsize=61440,wsize=65536,iocharset=utf8,vers=3.1.1,ro,noserverino,cache=none,dir_mode=0777,file_mode=0777 "/mnt/NAS/ALLMUSES")

20250401 210024 worker: Err (mount error(2): No such file or directory


I have tried also another server with the same results.

Thank you in advance
Reply
#5
(04-07-2025, 03:34 PM)ptrkollias Wrote: Hi all

I have a similar problem. I cannot connect to my NAS and I receive the following message:



20250401 210024 worker: Try (mount -t cifs "//192.168.2.23/medias/music/music" -o username="Guest",password="",rsize=61440,wsize=65536,iocharset=utf8,vers=3.1.1,ro,noserverino,cache=none,dir_mode=0777,file_mode=0777 "/mnt/NAS/ALLMUSES")

20250401 210024 worker: Err (mount error(2): No such file or directory


I have tried also another server with the same results.

Thank you in advance

Well, no. Different error message means different problem.

The mount command found and connected to your NAS at 192.168.2.23 but it asked for a nonexistent share. Is your NAS really publishing an SMB share named "medias/music/music"???

Regards,
Kent

PS - it's better to start a new thread than to tailgate on an existing one. We can always link back to a previous thread if it turns out your problem has the same solution.
Reply


Forum Jump: