[quote=88092]Hi,
i’m sure you’ve read already a hole bunch of tutorials, but i found a nice one here:
https://forums.plex.tv/index.php/topic/14201-howto-automount-afpsmb-shares-using-autofs/
First i would try to check this command and to see what happends:
sudo automount -vc
also i recognized in your mounting textline:
NAME:/shared /home/pi/NAME/shared url automounted,url==afp://id:pw@NAME/Shared 0 0
first you write your share in lower case:
NAME:/shared
but you finish with upper case
=afp://id:pw@NAME/Shared
i’m not sure but i could imagine that mounting in fstab is case sensitive
[/quote]
Thanks, I’ll check it out.