Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5224

Networking and servers • Re: Can't get MacOS drive mounted on Pi Zero 2 W

$
0
0
Not a solution but some troubleshooting advice.
  • Check what shares from the Mac your Pi can see:

    Code:

    smb client -L 192.168.50.114
    You may need to install smbclient from apt.
  • Try a minimal mount command

    Code:

    sudo mount -t cifs //192.168.50.114/Users/dave/pi_files /home/pi/mac_files
    If that works unmount and add in your mount options one at a time until it doesn't. Then fix that issue.

Statistics: Posted by thagrol — Mon Mar 04, 2024 2:04 pm



Viewing all articles
Browse latest Browse all 5224

Trending Articles