Quote:
Originally Posted by michaelk
I've have not played with plex yet but I believe you need to mount the remote share and use the local mount point. Basic syntax for both commands:
mount -t cifs //mac/share /mnt/share
or
mount_afp -o user=U,group=fuse afp://USER:PASSWD@mac/FOLDER /mnt/share
|
Thanks for suggestions but I still need some more help with it.
I did this:
login to RPi.
mkdir /mnt/plex
On Mac:
hostname -> I-MacBook.local
user -> I
group -> staff
On RPi:
user -> pi
sudo mount -t hfs /Users/I/Movies/Completed /mnt/plex
mount: special device /Users/I/Movies/Completed does not exist
**
sudo mount -t hfs I-MacBook.local@/Users/I/Movies/Completed /mnt/plex
mount: special device IMacBook.local@/Users/I/Movies/Completed does not exist
**
On Mac:
mount_afp -o user=I,group=staff afp://pi

assword@/Users/I/Movies/Completed" /mnt/plex
**
On RPi .. when I go to network I could access my MacBook like this:
afp://I-MacBook.local:548/
Could you please help me with syntax and understanding how to mount my MacBook IMacBook.local to RPi?
Thanks