grog68
VIP Member
I had to ignore the network settings and manually add the mount to me boxes as it is not working in ATV 6.4This was my query. "I have a VU solo 4k (openatv 6.4), a zgemma h2s (openatv 6.4),and a PC all using lan cables on a network. All can see and use files in all units except the zgemma h2s which does not show the VU in a network scan and therefore can not play any files on the VU. The zgemma can play files on the PC and OpenWebif can access both boxs from my PC"
After trying everything, I could not get it to work so I did a clean openatv 6.3 flash on the VU. Now the zgemma can play VU files and the PC files. The zgemma can be accessed from the PC but the VU can not access the Zgemma, but as the Zgemma only has a pendrive it is not important. Thanks for the help.
On the box which has the files you want to play (the VU?) you need to create the file /etc/exports and put the following in it:
Code:
/media/hdd 192.168.0.0/24(rw,no_root_squash,sync,no_subtree_check)
Now on the box you wish to watch the files on (the zgemma) add the following line to the /etc/fstab file
Code:
192.168.0.4:/media/hdd /media/net/vu nfs rw,nfsvers=3,rsize=8192,wsize=8192,proto=tcp,timeo=14,soft 0 0
Now you need to restart both boxes.
Now on the zgemma, if you browse to /media/net/vu you should see all of the files on the hdd of your vu solo. You can browse to /media/net/vu/movie to see all the recordings stored on the vu.
Last edited: