Thank you for your donation!


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


Problem: NAS found but not mounted
#1
Hi there, 
nas buffalo 220 had been mounted and used in my setup with RPi for years with no problem, after updating with the newest Moode I cannot mount it and got lines below (tried number of options with vers=1.0, 2.0, 3.0, with and without password, with and without userid). Nas is visible and works ok under Windows. 
* Please forgive me if my issue was already discussed or solved, I couldn't find the right answer. Greets from newbie in forum Smile

--
20230407 110305 worker: Try (mount -t cifs "//LS220DEA0/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0 "/mnt/NAS/nas")
20230407 110305 worker: Err (mount error: could not resolve address for LS220DEA0: Unknown error)


Attached Files Thumbnail(s)
   
Reply
#2
Try using either IP_ADDRESS or hostname.local instead of just hostname.

//IP_ADDRESS/muza
//LS220DEA0.local/muza

- Use whatever userid and password you used in the past.
- Leave the Mount options at their default: ro,noserverino,dir_mode=0777,file_mode=0777
- You may still have to add vers=x.y, sec=ntlm or sec=ntlmssp settings if the mount fails
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
I belive I've tried all of the suggested options with no result, moode says this:

20230407 195730 worker: Try (mount -t cifs "//LS220DEA0/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0,ro,noserverino,dir_mode=0777,file_mode=0777 "/mnt/NAS/nas")
20230407 195730 worker: Err (mount error: could not resolve address for LS220DEA0: Unknown error)
--
20230407 195824 worker: Try (mount -t cifs "//LS220DEA0/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0,ro,noserverino,dir_mode=0777,file_mode=0777, sec=ntlmssp "/mnt/NAS/nas")
20230407 195824 worker: Err (mount: bad usage
--
20230407 200036 worker: Try (mount -t cifs "//LS220DEA0/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0,ro,noserverino,dir_mode=0777,file_mode=0777, sec=ntlmssp "/mnt/NAS/nas")
20230407 200036 worker: Err (mount: bad usage
--
20230407 200130 worker: Try (mount -t cifs "//192.168.1.9/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0,ro,noserverino,dir_mode=0777,file_mode=0777, sec=ntlmssp "/mnt/NAS/nas")
20230407 200130 worker: Err (mount: bad usage
Reply
#4
(04-07-2023, 06:03 PM)damste Wrote: 20230407 195730 worker: Try (mount -t cifs "//LS220DEA0/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0,ro,noserverino,dir_mode=0777,file_mode=0777 "/mnt/NAS/nas")
20230407 195730 worker: Err (mount error: could not resolve address for LS220DEA0: Unknown error)

This one looks most promising. Try "LS220DEA0.local" in the host name box with these parameters.
----------------
Robert
Reply
#5
(04-11-2023, 07:23 AM)the_bertrum Wrote:
(04-07-2023, 06:03 PM)damste Wrote: 20230407 195730 worker: Try (mount -t cifs "//LS220DEA0/muza" -o username="guest",password="guest",rsize=61440,wsize=65536,iocharset=utf8,vers=2.0,ro,noserverino,dir_mode=0777,file_mode=0777 "/mnt/NAS/nas")
20230407 195730 worker: Err (mount error: could not resolve address for LS220DEA0: Unknown error)

This one looks most promising.  Try "LS220DEA0.local" in the host name box with these parameters.

thanks, I'll try that 
in the meantime: I went back to version 8.0 of Moode and there it finds and mounts my nas with no problem Smile
Reply


Forum Jump: