Not a solution but some troubleshooting advice.
- Check what shares from the Mac your Pi can see:You may need to install smbclient from apt.
Code:
smb client -L 192.168.50.114
- Try a minimal mount commandIf that works unmount and add in your mount options one at a time until it doesn't. Then fix that issue.
Code:
sudo mount -t cifs //192.168.50.114/Users/dave/pi_files /home/pi/mac_files
Statistics: Posted by thagrol — Mon Mar 04, 2024 2:04 pm