The setup:
- 8TB drive partitioned into 2 partitions of which one is 3.99TB (
NAS-HOME) - This drive is hooked up to a Proximus (ISP) B-BOX-3V+ (router) USB1 port
- The partition is formatted
EXT3as the router only recognizesFAT(all versions exceptexFAT),EXT2andEXT3 - The protocol in use is
SMB1as the router is an ISP-provided piece of &#$% - MacBook Pro (MBP) running macOS Big Sur Version 11.6
The issue:
Whenever I reboot the MBP and go to Finder and click on Go To → Server and type:
smb://192.168.1.1/NAS-HOME/usernamethat just works and going to iTunes and importing the music library works.
Restarting the machine and doing the same with Photo library works too!
Trying to play iTunes music after Photo library has been opened (and not rebooting) fails with the following error message:
Connection to the server "192.168.1.1" has encountered an error
Please try the server name or IP address again. When you still have problems, please contact your system administrator
(translated from the local language in use on the MBP, so the exact error message might differ a bit)
Opening a photo in photos after the error occurs with iTunes fails as well.
Restarting the MBP makes it work again. :O
My Linux does not have this problem when mounting with
mount -t cifs -o rw,guest,vers=1.0,noperm,sec=none //MYMODEM/NAS-HOME/myuser/ /media/NAS/. (it's just slow because of the USB1 port)Yes, I tried with
MYMODEMfirst and changed to IP address because that failed on the MBP. :-(
What I've tried already:
- Adding the connection to
/etc/fstab: Same problem - Automounting the share: Same problem
hdparm -S /dev/sde 0on my computer to ensure the HDD doesn't go to sleep (in case it's a time-out error): Same problem/var/log/system.logon the MBP doesn't contain anything relevant- The router only has a web interface and doesn't expose its
smb.log
About me:
- I know very little about Darwin, except that it's a BSD variant
- I know a ton about the SMB protocol
- I'm familiar with a terminal (Arch-derivative Linux user)
Has anyone encountered this error before and has a solution?
Failing the above: What can I do to do a Root Cause Analysis???
mountcommand on Linux, can you do the same from the Mac (instead of the Go To -> Server)? Not sure if is actually different, but who knows... – Saaru Lindestøkke Sep 18 '21 at 12:06/var/log/system.logetc)? Can you access files and folders directly via the mount or does the problem also occur there? – nohillside Sep 18 '21 at 16:33