Hello,
I'm coming from a batocera install on a x86_64 computer, and i am now trying Recalbox latest version.
I have a nfs storage on my NAS i used to mount on batocera like this :
sharedevice=NETWORK
sharenetwork_nfs1=SHARE@192.168.1.82:/export/Recalbox
With recalbox, this does not work and a simple mount doesn't work either.
I managed to manually mount it like this :
mount -t nfs -o udp,noatime,rsize=8192,wsize=8192,nolock,nfsvers=3 192.168.1.82:/export/Recalbox /recalbox/share
As my NAS and share settings had not changed, i am wondering why a simple mount does not work. Even if it's trying with nfs v4 (which my nas can handle), it should go back on nfs v3 if v4 doesn't work. But this isn't the point.
So, having a working command, I tried to make it work at boot like this :
sharedevice=NETWORK
sharenetwork_nfs1=SHARE@192.168.1.82:/export/Recalbox:udp,noatime,rsize=8192,wsize=8192,nolock,nfsvers=3
or
sharedevice=NETWORK
sharenetwork_cmd1=mount -t nfs -o udp,noatime,rsize=8192,wsize=8192,nolock,nfsvers=3 192.168.1.82:/export/Recalbox /recalbox/share
Without success.
So i edited /etc/fstab to add the mount, and it mount manually with a simple mount /recalbox/share.
But now, rebooting after editing the fstab, it is stuck on the recalbox logo and please wait.
I still need to take a look at the logs, but for all the previous try, i didn't have anything logged.
Is there a specificity with Recalbox and nfs mounts ?
Thanks,
Shadok