How to: NFS mount the plugins directory
Requirement is that you have already successfully nfs mounted with a command similar to this:
mount -t nfs -o rw,nolock 192.168.0.1:/dreambox /mnt
1. Create a plugins sub directory in the nfs share directory. Example:
c:\dreambox\hdd\plugins
2. Copy the contents of your dreambox plugins directory to the new nfs plugins directory.
cp /var/tuxbox/plugins/* /mnt/hdd/plugins
3. Make sure files have copied across ok.
4. Delete the old plugins directory and its contents.
rm -r /var/tuxbox/plugins
5. Create a symlink in the tuxbox directory to the new nfs plugins directory.
cd /var/tuxbox
ln -sf /mnt/hdd/plugins
6. Check the link has been created.
7. Test a plugin!
I've tested on the recent Hydra's - connecting to the internet to download new plugins, autosatxml downloads, weather plugin. All working well.