So I want PC-BSD as my server but one thing continuously has held me back. Plex wont run on *BSD. I decided to try an end run around this by running an ubuntu server in a VM solely for Plex and mounting my PC-BSD media via NFS.
Here is my /etc/exports:
Here is what Ubuntu sees:
This is the error I get when trying to mount it:
I know I have to be missing something I just cant figure out what it is. Anyone able to help with this?
Here is my /etc/exports:
Code:
/media/backup 192.168.0.201
Here is what Ubuntu sees:
Code:
root@plex:/etc# showmount -e 192.168.0.200
Export list for 192.168.0.200:
/media/backup 192.168.0.201
root@plex:/etc#
This is the error I get when trying to mount it:
Code:
root@plex:/etc# mount -t nfs 192.168.0.200:/media/backup /media/backup
mount.nfs: access denied by server while mounting 192.168.0.200:/media/backup
root@plex:/etc#
I know I have to be missing something I just cant figure out what it is. Anyone able to help with this?