Heres another app.bin pack for use in WDLXTV, my custom WDTV firmware. The following pack contains the NFS functionality that was necessarily removed from WDLXTV-0.5.5+ for space. If you used NFS (the preferred network streaming method) with WDLXTV in previous versions then you will need this.
Simply download nfs.app.bin, place it on a harddrive/flashdisk & boot your WDTV with the device connected.
In the next version of this app.bin I will include the binaries & libs necessary to enable exporting of NFS shares…which will allow you then to mount one WDTV on another ![]()
Exporting of NFS shares is now possible!!! It is disabled by default, since not everyone needs it, but if you do:
# config_tool -c NFSD='ON'
Enables the NFS server. After that you’ll need an exports file located either in /conf (for persistence) or along with nfs.app.bin on the root of an attached device. Heres the contents of a sample exports file:
/tmp/media/usb/USB1/49CE-E55E 192.168.0.100(rw,async)
What this means is I’m exporting /tmp/media/usb/USB1/49CE-E55E to 192.168.0.100 as a asynchronous writeable share.
To find more about exports, google nfs exports or check here or here.
Note: you cannot export /tmp/media/usb directly, you must export device paths seperately.