Hi there,
Just want to share my newly build Pi Music Box, I am unable to mount my Qnap NAS until I update my startup script to use ntlmv2
I hope it can help other people with connecting to NAS
mount -t cifs -o sec=ntlmv2,ro,$SMB_CREDENTIALS "$INI__network__mount_address" /music/Network/
Hi,
I just run into this issue yesterday trying to connect to a share hosted by macOS.
I solved it by editing the following line in /opt/musicbox/startup.sh:
mount -t cifs -o sec=ntlmssp,ro,$SMB_CREDENTIALS,nounix “$INI__network__mount_address” /music/Network/
I hope that helps.
It’s OK with RBP3B & QNAP TS-453A.
good work!
Thanks.