Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Keep your roms on and play from network share. › Reply To: Keep your roms on and play from network share.
07/11/2015 at 19:53
#101889
Participant
I set NFS up on my pi and have it working try this.
192.168.0.101:/volume1/games /home/pi/games nfs _netdev,nfsvers=4,auto 0 0
if that doesnt work try.
192.168.0.101:/export/volume1/games /home/pi/games nfs _netdev,nfsvers=3,auto 0 0