Hello everybody,
I'm new here and I'm not terribly versed on using OSXFUSE but I am running into an issue so please be gentle!
Basically what I am trying to do is run my Plex Media server off of Amazon CloudDrive storage. I found
this post and I have gone through the first steps and I have my local-sorted and acd-sorted folders setup and they are properly encrypting the files. My issue comes with the
second tutorial where I need to make a fuse mount between the two folders. I installed fuse for OSX from the dmg file
here and it seemed to work great for mounting my drives and connecting to my Amazon CloudDrive account. I am trying to create the 'sorted/' mount.

When I try to run this command from the tutorial:
unionfs-fuse -o cow /home/plex/local-sorted=RW:/home/plex/acd-sorted=RO /home/plex/sorted/
it is telling me unionfs-fuse is an unknown command and through googling I am unable to find a way to make this work properly. The only thing I found was this post but I am unsure of how to apply that patch.
If someone could please point me in the right direction I would be incredibly grateful.
Thank's in advance